summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorAdrian Constantin <adrian.constantin@nokia.com>2011-01-10 15:37:50 +0200
committerAdrian Constantin <adrian.constantin@nokia.com>2011-01-11 15:48:08 +0200
commit8c42998d3080d4cd824767f7396e44f8e5dcad23 (patch)
tree289600e40dd16c818c4988ee66b4e3d1ab18f38d /mkspecs
parent9c2019dc09f4c8faed454c33b6d3e1756d938fac (diff)
Install each test in a separate directory
It prevents collision of test data. Reviewed-by: Lucian Varlan
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qttest_p4.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qttest_p4.prf b/mkspecs/features/qttest_p4.prf
index 193812b99e..50020586a4 100644
--- a/mkspecs/features/qttest_p4.prf
+++ b/mkspecs/features/qttest_p4.prf
@@ -14,7 +14,7 @@ symbian:{
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
isEmpty(target.path) {
- target.path += $$[QT_INSTALL_PREFIX]/tests/qt4
+ target.path += $$[QT_INSTALL_PREFIX]/tests/qt4/$${TARGET}
}
INSTALLS += target