2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS = hellothread \
|
|
|
|
hellothreadpool \
|
|
|
|
clock \
|
|
|
|
movedobject
|
|
|
|
|
2012-01-26 11:53:00 +00:00
|
|
|
contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent
|
|
|
|
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += widgets
|
2012-11-21 13:04:34 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
sources.files = threads.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tutorials/threads
|
|
|
|
INSTALLS += sources
|