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