summaryrefslogtreecommitdiffstats
path: root/examples/script/helloscript/helloscript.pro
blob: d94a318067f47a276c26d5166831f3cb88e797fe (plain)
1
2
3
4
5
6
7
8
9
QT += script
RESOURCES += helloscript.qrc
SOURCES += main.cpp

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