summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/thread.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread/thread.pro')
-rw-r--r--tests/auto/corelib/thread/thread.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/corelib/thread/thread.pro b/tests/auto/corelib/thread/thread.pro
index f18dad6a4c..d3c669859b 100644
--- a/tests/auto/corelib/thread/thread.pro
+++ b/tests/auto/corelib/thread/thread.pro
@@ -6,7 +6,6 @@ SUBDIRS=\
qresultstore \
qfuture \
qfuturesynchronizer \
- qfuturewatcher \
qmutex \
qmutexlocker \
qreadlocker \
@@ -18,3 +17,8 @@ SUBDIRS=\
qthreadstorage \
qwaitcondition \
qwritelocker
+
+qtHaveModule(concurrent) {
+ SUBDIRS += \
+ qfuturewatcher
+}