1TEMPLATE = subdirs
2SUBDIRS = customclass
3!contains(QT_CONFIG, no-gui):SUBDIRS += helloscript context2d defaultprototypes
4
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
8
9symbian: SUBDIRS = context2d
10
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
16
17