summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro')
-rw-r--r--tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro b/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro
new file mode 100644
index 0000000000..331a8e3c05
--- /dev/null
+++ b/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro
@@ -0,0 +1,4 @@
+CONFIG += testcase parallel_test
+TARGET = tst_qfuturesynchronizer
+QT = core testlib concurrent
+SOURCES = tst_qfuturesynchronizer.cpp