summaryrefslogtreecommitdiff
path: root/examples/script/marshal/marshal.pro
blob: 8519d9fd4e147449ff7fc39a827b1a76026e1a8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT = core script
CONFIG += console
SOURCES += main.cpp

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

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example

symbian: warning(This example does not work on Symbian platform)