Exclude helloconcurrent when QtConcurrent is not configured

Task-number: QTBUG-23874
Change-Id: I374a08ce947e804ebb1da08c413e340e4719d9d0
Reviewed-by: Jonas Gastal <jgastal@profusion.mobi>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Samuli Piippo 2012-01-26 12:53:00 +01:00 committed by Qt by Nokia
parent 92b1124752
commit c8156cab81

View File

@ -2,8 +2,9 @@ TEMPLATE = subdirs
SUBDIRS = hellothread \
hellothreadpool \
helloconcurrent \
clock \
movedobject
contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent
QT += widgets