qtbase/examples/tutorials/threads/threads.pro

11 lines
189 B
Prolog

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