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