summaryrefslogtreecommitdiffstats
path: root/pkg.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-13 15:15:59 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-13 15:52:39 +0200
commitb204502659cd9497ebfc3bf94020cce7ba57880e (patch)
tree236c140ed42113850d351429b8843d889fbfa17e /pkg.pri
parent2ff80ec20b4505276dee37923de99513f307ee8c (diff)
fix install locations of tests and examples
Change-Id: I0bf62743546abfcd50718afc8ee8f085938f30c3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'pkg.pri')
-rw-r--r--pkg.pri5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg.pri b/pkg.pri
index bd214eb0f..131167934 100644
--- a/pkg.pri
+++ b/pkg.pri
@@ -4,7 +4,10 @@
# removed. Also check the README file.
# package the binary wrapper that launches the QML
-target.path = $$[QT_INSTALL_DATA]/qt3d
+testcase|qmltestcase: \
+ target.path = $$[QT_INSTALL_TESTS]/$$TARGET
+else: \
+ target.path = $$[QT_INSTALL_EXAMPLES]/qt3d
INSTALLS += target
macx: \