summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/map/map.pro
blob: 166f5969096732caf998e67c1e577c3f8241f1c7 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
TARGET = mapdemo
QT += concurrent
CONFIG += console
CONFIG -= app_bundle

SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/map
INSTALLS += target