Exclude helloconcurrent when QtConcurrent is not configured
authorSamuli Piippo <samuli.piippo@digia.com>
Thu, 26 Jan 2012 11:53:00 +0000 (12:53 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sun, 5 Feb 2012 16:49:10 +0000 (17:49 +0100)
Task-number: QTBUG-23874
Change-Id: I374a08ce947e804ebb1da08c413e340e4719d9d0
Reviewed-by: Jonas Gastal <jgastal@profusion.mobi>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
examples/tutorials/threads/threads.pro

index 64392f8..a95ecca 100644 (file)
@@ -2,8 +2,9 @@ TEMPLATE = subdirs
 
 SUBDIRS = hellothread \
           hellothreadpool \
-          helloconcurrent \
           clock \
           movedobject 
 
+contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent
+
 QT += widgets