summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/threads.pro
blob: f7bd4df0e8ec0a48dd7f514b006124221330d651 (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]/qtbase/widgets/tutorials/threads
INSTALLS += sources