qt5base-lts/examples/tutorials/threads/threads.pro
Samuli Piippo c8156cab81 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>
2012-02-05 17:49:10 +01:00

11 lines
189 B
Prolog

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