summaryrefslogtreecommitdiffstats
path: root/examples/script/script.pro
blob: c5a37ef60171533c5b6d3c4e699d5ed943db126f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs
SUBDIRS = helloscript context2d defaultprototypes customclass

!wince*:SUBDIRS += qscript marshal
!wince*:!cross_compile:SUBDIRS += calculator qstetrix

symbian: SUBDIRS = context2d

# install
target.path = $$[QT_INSTALL_EXAMPLES]/script
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS script.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/script
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)