source: trunk/examples/script/script.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: 469 bytes
Line 
1TEMPLATE = subdirs
2SUBDIRS = helloscript context2d defaultprototypes customclass
3
4!wince*:SUBDIRS += qscript marshal
5!wince*:!cross_compile:SUBDIRS += calculator qstetrix
6
7symbian: SUBDIRS = context2d
8
9# install
10target.path = $$[QT_INSTALL_EXAMPLES]/script
11sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS script.pro README
12sources.path = $$[QT_INSTALL_EXAMPLES]/script
13INSTALLS += target sources
14
15symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.