summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/threads
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/threads')
-rw-r--r--examples/tutorials/threads/threads.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/tutorials/threads/threads.pro b/examples/tutorials/threads/threads.pro
index 64392f8088..a95eccaaa0 100644
--- a/examples/tutorials/threads/threads.pro
+++ b/examples/tutorials/threads/threads.pro
@@ -2,8 +2,9 @@ TEMPLATE = subdirs
SUBDIRS = hellothread \
hellothreadpool \
- helloconcurrent \
clock \
movedobject
+contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent
+
QT += widgets