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.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/corelib/concurrent/qfuture/qfuture.pro b/tests/auto/corelib/concurrent/qfuture/qfuture.pro
index 0e74f47678..606c15a5a6 100644
--- a/tests/auto/corelib/concurrent/qfuture/qfuture.pro
+++ b/tests/auto/corelib/concurrent/qfuture/qfuture.pro
@@ -1,5 +1,6 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qfuture
DEFINES += QT_STRICT_ITERATORS
SOURCES += tst_qfuture.cpp
-QT = core core-private
+QT = core core-private testlib
CONFIG += parallel_test