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

SOURCES += main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/download
INSTALLS += target

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