summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/wordcount/wordcount.pro
blob: 18545b1a65e8ee66ce3347e47182cfab63641b20 (plain)
1
2
3
4
5
6
7
QT += concurrent widgets
CONFIG += cmdline

SOURCES += main.cpp

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