Command-line-only examples should not build as .app bundles on OSX
[profile/ivi/qtbase.git] / examples / network / downloadmanager / downloadmanager.pro
1 QT = core network
2 CONFIG += console
3 CONFIG -= app_bundle
4
5 HEADERS += downloadmanager.h textprogressbar.h
6 SOURCES += downloadmanager.cpp main.cpp textprogressbar.cpp
7
8 # install
9 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/downloadmanager
10 sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
11 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/downloadmanager
12 INSTALLS += target sources
13
14 OTHER_FILES += \
15     debian/changelog \
16     debian/compat \
17     debian/control \
18     debian/copyright \
19     debian/README \
20     debian/rules
21
22 simulator: warning(This example might not fully work on Simulator platform)