source: trunk/examples/network/download/download.pro@ 855

Last change on this file since 855 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 617 bytes
Line 
1######################################################################
2# Automatically generated by qmake (2.01a) fr. nov. 16 13:18:20 2007
3######################################################################
4
5TEMPLATE = app
6TARGET =
7DEPENDPATH += .
8INCLUDEPATH += .
9QT = core network
10CONFIG += console
11
12# Input
13SOURCES += main.cpp
14
15# install
16target.path = $$[QT_INSTALL_EXAMPLES]/network/download
17sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
18sources.path = $$[QT_INSTALL_EXAMPLES]/network/download
19INSTALLS += target sources
20
21symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.