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