From b204502659cd9497ebfc3bf94020cce7ba57880e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 13 Jul 2012 15:15:59 +0200 Subject: fix install locations of tests and examples Change-Id: I0bf62743546abfcd50718afc8ee8f085938f30c3 Reviewed-by: Friedemann Kleint --- pkg.pri | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkg.pri') 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: \ -- cgit v1.2.3