summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2011-11-14 08:54:10 +0200
committerQt Commercial Integration <QtCommercial@digia.com>2012-01-31 12:25:10 +0200
commit99c0b3427bed90e1c21924ae974ff86cad1ba0c0 (patch)
tree066b1b32a82a41c8aa561fdb4619deb800506e81
parent41853d117ca53c0bf475c28effdcb952c86620f0 (diff)
Concurrent example not included when QtConcurrent is not supported
-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