summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorAdrian Constantin <adrian.constantin@nokia.com>2011-01-10 13:37:50 (GMT)
committerAdrian Constantin <adrian.constantin@nokia.com>2011-01-11 13:48:08 (GMT)
commit8c42998d3080d4cd824767f7396e44f8e5dcad23 (patch)
tree289600e40dd16c818c4988ee66b4e3d1ab18f38d /mkspecs
parent9c2019dc09f4c8faed454c33b6d3e1756d938fac (diff)
downloadQt-8c42998d3080d4cd824767f7396e44f8e5dcad23.zip
Qt-8c42998d3080d4cd824767f7396e44f8e5dcad23.tar.gz
Qt-8c42998d3080d4cd824767f7396e44f8e5dcad23.tar.bz2
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 193812b..5002058 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