summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstringmatcher/qstringmatcher.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qstringmatcher/qstringmatcher.pro')
-rw-r--r--tests/auto/corelib/tools/qstringmatcher/qstringmatcher.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/corelib/tools/qstringmatcher/qstringmatcher.pro b/tests/auto/corelib/tools/qstringmatcher/qstringmatcher.pro
index 059916365e..dbbefb0916 100644
--- a/tests/auto/corelib/tools/qstringmatcher/qstringmatcher.pro
+++ b/tests/auto/corelib/tools/qstringmatcher/qstringmatcher.pro
@@ -1,7 +1,5 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qstringmatcher
-SOURCES += tst_qstringmatcher.cpp
QT = core testlib
+SOURCES = tst_qstringmatcher.cpp
DEFINES += QT_NO_CAST_TO_ASCII
-
-CONFIG += parallel_test