summaryrefslogtreecommitdiff
path: root/examples/script/script.pro
blob: ef0ab019abee65a8a8491c7e8e8eb35a5eaa0da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = subdirs
SUBDIRS = customclass
!contains(QT_CONFIG, no-gui):SUBDIRS += helloscript context2d defaultprototypes

!wince*:!contains(QT_CONFIG, no-gui):SUBDIRS += qscript marshal
!wince*:SUBDIRS *= marshal

isEmpty(QT.widgets.name):SUBDIRS -= \
    context2d \
    defaultprototypes \
    helloscript \
    qscript

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

maemo5: CONFIG += qt_example