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