summaryrefslogtreecommitdiffstats
path: root/examples/network/download/download.pro
blob: 6c6d99379f0d80b7541dab7704f955edfed8b573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT = core network
CONFIG += console
CONFIG -= app_bundle

SOURCES += main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/download
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/download
INSTALLS += target sources

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