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

Last change on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 507 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
20
21symbian {
22 TARGET.UID3 = 0xA000A63D
23 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
24}
Note: See TracBrowser for help on using the repository browser.