diff options
Diffstat (limited to 'examples/script/helloscript/helloscript.pro')
-rw-r--r-- | examples/script/helloscript/helloscript.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/script/helloscript/helloscript.pro b/examples/script/helloscript/helloscript.pro new file mode 100644 index 0000000..d94a318 --- /dev/null +++ b/examples/script/helloscript/helloscript.pro @@ -0,0 +1,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 |