summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/wordcount/wordcount.pro
blob: 8b8285c4c09e84a84fb1eca178a41b362ad1e8a3 (plain)
1
2
3
4
5
6
7
8
9
10
QT += concurrent widgets
CONFIG += console
CONFIG -= app_bundle

SOURCES += main.cpp

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

simulator: warning(This example does not work on Simulator platform)