summaryrefslogtreecommitdiffstats
path: root/examples/script/marshal/marshal.pro
blob: 46b33b9019f1e4640135a06193d51222643bcdd2 (plain)
1
2
3
4
5
6
7
8
9
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