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

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)