diff options
Diffstat (limited to 'examples/script/helloscript/helloscript.pro')
-rw-r--r-- | examples/script/helloscript/helloscript.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/script/helloscript/helloscript.pro b/examples/script/helloscript/helloscript.pro new file mode 100644 index 0000000..79b1b76 --- /dev/null +++ b/examples/script/helloscript/helloscript.pro @@ -0,0 +1,11 @@ +QT += script +RESOURCES += helloscript.qrc +SOURCES += main.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/helloscript +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS helloscript.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/helloscript +INSTALLS += target sources + +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |