summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qfuture/qfuture.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/concurrent/qfuture/qfuture.pro')
-rw-r--r--tests/auto/concurrent/qfuture/qfuture.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/concurrent/qfuture/qfuture.pro b/tests/auto/concurrent/qfuture/qfuture.pro
new file mode 100644
index 0000000000..a4c706129d
--- /dev/null
+++ b/tests/auto/concurrent/qfuture/qfuture.pro
@@ -0,0 +1,5 @@
+CONFIG += testcase parallel_test
+TARGET = tst_qfuture
+QT = concurrent-private testlib concurrent
+SOURCES = tst_qfuture.cpp
+DEFINES += QT_STRICT_ITERATORS