summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/concurrent/qtconcurrentresultstore/qtconcurrentresultstore.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/concurrent/qtconcurrentresultstore/qtconcurrentresultstore.pro')
-rw-r--r--tests/auto/corelib/concurrent/qtconcurrentresultstore/qtconcurrentresultstore.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/auto/corelib/concurrent/qtconcurrentresultstore/qtconcurrentresultstore.pro b/tests/auto/corelib/concurrent/qtconcurrentresultstore/qtconcurrentresultstore.pro
index 037bb89089..e93fc587a7 100644
--- a/tests/auto/corelib/concurrent/qtconcurrentresultstore/qtconcurrentresultstore.pro
+++ b/tests/auto/corelib/concurrent/qtconcurrentresultstore/qtconcurrentresultstore.pro
@@ -1,6 +1,5 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qtconcurrentresultstore
+QT = core-private testlib
+SOURCES = tst_qtconcurrentresultstore.cpp
DEFINES += QT_STRICT_ITERATORS
-SOURCES += tst_qtconcurrentresultstore.cpp
-QT = core core-private testlib
-CONFIG += parallel_test