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