c8156cab81
Task-number: QTBUG-23874 Change-Id: I374a08ce947e804ebb1da08c413e340e4719d9d0 Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
11 lines
189 B
Prolog
11 lines
189 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = hellothread \
|
|
hellothreadpool \
|
|
clock \
|
|
movedobject
|
|
|
|
contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent
|
|
|
|
QT += widgets
|