1######################################################################
2# Automatically generated by qmake (2.01a) fr. nov. 16 13:18:20 2007
3######################################################################
4
5TEMPLATE = app
6DEPENDPATH += .
7INCLUDEPATH += .
8QT = core network
9CONFIG += console
10
11# Input
12SOURCES += main.cpp
13
14# install
15target.path = $$[QT_INSTALL_EXAMPLES]/network/download
16sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
17sources.path = $$[QT_INSTALL_EXAMPLES]/network/download
18INSTALLS += target sources
19
20symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
21maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
22
23symbian: warning(This example might not fully work on Symbian platform)
24simulator: warning(This example might not fully work on Simulator platform)
25