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

SOURCES += main.cpp

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