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

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 521 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 TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData"
15 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
16}
Note: See TracBrowser for help on using the repository browser.