summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro
blob: 7e6da1133c88abc99d5c89a9a5cda9da080c7048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT -= gui
QT += concurrent

CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += helloconcurrent.cpp 
   
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/helloconcurrent
INSTALLS += target