From 8c42998d3080d4cd824767f7396e44f8e5dcad23 Mon Sep 17 00:00:00 2001 From: Adrian Constantin Date: Mon, 10 Jan 2011 15:37:50 +0200 Subject: Install each test in a separate directory It prevents collision of test data. Reviewed-by: Lucian Varlan --- mkspecs/features/qttest_p4.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12