summaryrefslogtreecommitdiff
path: root/examples/script/helloscript/helloscript.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-12-04 16:52:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-05 15:45:57 +0100
commit8a8112429cafaa8532ae4ec5cb711990604de485 (patch)
tree12116b3e9341fecc2d403798cbc3ff57a7b48c38 /examples/script/helloscript/helloscript.pro
parentfbbefd2882f062330ffb0dd926b83204116a0d71 (diff)
downloadqtscript-8a8112429cafaa8532ae4ec5cb711990604de485.tar.gz
centralize and fixup example sources install targetsv5.0.0-rc1
This follows suit with aeb036e in qtbase. Change-Id: I695c3f7c69cfe811ffe05f7cb381e3216b76e7a8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/script/helloscript/helloscript.pro')
-rw-r--r--examples/script/helloscript/helloscript.pro7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/script/helloscript/helloscript.pro b/examples/script/helloscript/helloscript.pro
index 5958afa..780c8a4 100644
--- a/examples/script/helloscript/helloscript.pro
+++ b/examples/script/helloscript/helloscript.pro
@@ -2,10 +2,7 @@ QT += widgets script
RESOURCES += helloscript.qrc
SOURCES += main.cpp
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/helloscript
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS helloscript.pro helloscript.js
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/helloscript
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/script/helloscript
+INSTALLS += target
maemo5: CONFIG += qt_example