summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/badxml/badxml.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/badxml/badxml.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/badxml/badxml.pro')
-rw-r--r--tests/auto/testlib/selftests/badxml/badxml.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/badxml/badxml.pro b/tests/auto/testlib/selftests/badxml/badxml.pro
index 561c7e01db..89ae8eeeef 100644
--- a/tests/auto/testlib/selftests/badxml/badxml.pro
+++ b/tests/auto/testlib/selftests/badxml/badxml.pro
@@ -6,3 +6,7 @@ CONFIG -= debug_and_release_target
TARGET = badxml
+# This app is testdata for tst_selftests
+target.path = $$[QT_INSTALL_TESTS]/tst_selftests/$$TARGET
+INSTALLS += target
+