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

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

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)