Qt Reference Documentation

download.pro Example File

network/download/download.pro
 ######################################################################
 # Automatically generated by qmake (2.01a) fr. nov. 16 13:18:20 2007
 ######################################################################

 TEMPLATE = app
 DEPENDPATH += .
 INCLUDEPATH += .
 QT = core network
 CONFIG += console

 # Input
 SOURCES += main.cpp

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

 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
 maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)

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