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

SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/runfunction
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/runfunction
INSTALLS += target sources

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