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

SOURCES += main.cpp

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