Command-line-only examples should not build as .app bundles on OSX
[profile/ivi/qtbase.git] / examples / qtconcurrent / runfunction / runfunction.pro
1 QT += concurrent widgets
2 CONFIG += console
3 CONFIG -= app_bundle
4
5 SOURCES += main.cpp
6
7 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/runfunction
8 sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
9 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/runfunction
10 INSTALLS += target sources
11
12 simulator: warning(This example does not work on Simulator platform)