summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/runfunction/runfunction.pro
blob: 951171885f92da46c26d06f8ca49d446d2d742b4 (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]/qtbase/qtconcurrent/runfunction
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/runfunction
INSTALLS += target sources

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