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

SUBDIRS = hellothread \
          hellothreadpool \
          clock \
          movedobject 

contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent