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

SUBDIRS = hellothread \
          hellothreadpool \
          clock \
          movedobject 

contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent

QT += widgets

# install
sources.files = threads.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads
INSTALLS += sources