source: trunk/examples/network/fortuneclient/fortuneclient.pro@ 651

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

trunk: Merged in qt 4.6.1 sources.

File size: 610 bytes
Line 
1HEADERS = client.h
2SOURCES = client.cpp \
3 main.cpp
4QT += network
5
6# install
7target.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneclient
8sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fortuneclient.pro
9sources.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneclient
10INSTALLS += target sources
11
12symbian {
13 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
14 HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
15 LIBS += -lesock
16 TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData"
17 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
18}
Note: See TracBrowser for help on using the repository browser.