summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2012-02-06 15:39:18 +0200
committerQt by Nokia <qt-info@nokia.com>2012-02-06 15:28:27 +0100
commita67e03a218ec02531e9cd389ff712639fda92a5f (patch)
treed4c504220ea209da53d287267700799dc563d674 /examples
parent7f47f51e62e5eaf199e291cf98a8ecc8336048e1 (diff)
downloadqt4-tools-a67e03a218ec02531e9cd389ff712639fda92a5f.tar.gz
Exclude helloconcurrent when QtConcurrent is not configured
Task-number: QTBUG-23874 cherry-picked from qtbase c8156cab81690526adffa22214657fc1c6563b8b Change-Id: I371a3eb3f4145d80e9f51fe89d61bac5c269d587 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/tutorials/threads/threads.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/threads/threads.pro b/examples/tutorials/threads/threads.pro
index d737513567..4d51120794 100644
--- a/examples/tutorials/threads/threads.pro
+++ b/examples/tutorials/threads/threads.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = hellothread \
hellothreadpool \
- helloconcurrent \
clock \
movedobject
+contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent