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

SUBDIRS = hellothread \
          hellothreadpool \
          clock \
          movedobject 

qtHaveModule(concurrent): SUBDIRS += helloconcurrent