source: trunk/demos/deform/deform.pro@ 493

Last change on this file since 493 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 409 bytes
Line 
1SOURCES += main.cpp pathdeform.cpp
2HEADERS += pathdeform.h
3
4SHARED_FOLDER = ../shared
5
6include($$SHARED_FOLDER/shared.pri)
7
8RESOURCES += deform.qrc
9
10contains(QT_CONFIG, opengl) {
11 DEFINES += QT_OPENGL_SUPPORT
12 QT += opengl
13}
14
15# install
16target.path = $$[QT_INSTALL_DEMOS]/deform
17sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
18sources.path = $$[QT_INSTALL_DEMOS]/deform
19INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.