summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/threads.pro
blob: a95eccaaa09d1f06e4ea083483e954d29abc182a (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs

SUBDIRS = hellothread \
          hellothreadpool \
          clock \
          movedobject 

contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent

QT += widgets