source: trunk/examples/script/script.pro@ 1168

Last change on this file since 1168 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 594 bytes
RevLine 
[2]1TEMPLATE = subdirs
[846]2SUBDIRS = customclass
3!contains(QT_CONFIG, no-gui):SUBDIRS += helloscript context2d defaultprototypes
[2]4
[846]5!wince*:!contains(QT_CONFIG, no-gui):SUBDIRS += qscript marshal
6!wince*:SUBDIRS *= marshal
7!wince*:!cross_compile:!contains(QT_CONFIG, no-gui):SUBDIRS += calculator qstetrix
[2]8
[561]9symbian: SUBDIRS = context2d
10
[2]11# install
12target.path = $$[QT_INSTALL_EXAMPLES]/script
13sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS script.pro README
14sources.path = $$[QT_INSTALL_EXAMPLES]/script
15INSTALLS += target sources
[561]16
17symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.