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:
parent
92b1124752
commit
c8156cab81
@ -2,8 +2,9 @@ TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS = hellothread \
|
||||
hellothreadpool \
|
||||
helloconcurrent \
|
||||
clock \
|
||||
movedobject
|
||||
|
||||
contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent
|
||||
|
||||
QT += widgets
|
||||
|
Loading…
Reference in New Issue
Block a user