summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstring/qstring.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qstring/qstring.pro')
-rw-r--r--tests/auto/corelib/tools/qstring/qstring.pro8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/auto/corelib/tools/qstring/qstring.pro b/tests/auto/corelib/tools/qstring/qstring.pro
index 4515c32df2..5694db83d2 100644
--- a/tests/auto/corelib/tools/qstring/qstring.pro
+++ b/tests/auto/corelib/tools/qstring/qstring.pro
@@ -1,10 +1,6 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qstring
-SOURCES += tst_qstring.cpp
-
QT = core testlib
-
+SOURCES = tst_qstring.cpp
DEFINES += QT_NO_CAST_TO_ASCII
-CONFIG += parallel_test
-
contains(QT_CONFIG,icu):DEFINES += QT_USE_ICU