summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/skip/skip.pro
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2011-12-13 15:19:39 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-14 07:15:46 +0100
commit0c9b050f918528eebdeb0819a02842a97263a963 (patch)
treee1b6ab7929e5687479f1ed532743fe989d71be2f /tests/auto/testlib/selftests/skip/skip.pro
parentab272fff56be6a7f37d30943c2927ceb32a409f3 (diff)
Fix testlib selftests on shadow build.
Changed to use QT_INSTALL_TESTS to install subtests. Change-Id: I4a2a7bd2d3e7d6da34dbb922bf377bee98cdedb0 Reviewed-by: Kurt Korbatits <kurt.korbatits@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/testlib/selftests/skip/skip.pro')
-rw-r--r--tests/auto/testlib/selftests/skip/skip.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/skip/skip.pro b/tests/auto/testlib/selftests/skip/skip.pro
index 82576212ad..65b41b9c3d 100644
--- a/tests/auto/testlib/selftests/skip/skip.pro
+++ b/tests/auto/testlib/selftests/skip/skip.pro
@@ -4,5 +4,9 @@ QT = core testlib
mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
-
TARGET = skip
+
+# This app is testdata for tst_selftests
+target.path = $$[QT_INSTALL_TESTS]/tst_selftests/$$TARGET
+INSTALLS += target
+