summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneclient/fortuneclient.pro
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-07-06 12:03:03 (GMT)
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-07-06 12:06:03 (GMT)
commit252090f78da07b67dcddfe5012e7497b3a135f85 (patch)
tree7a364be07a476bbc103c2bab6051ddd575fbd852 /examples/network/fortuneclient/fortuneclient.pro
parentb6909aedbfcafe67c5e2fc1bbda62e0ea672d239 (diff)
downloadQt-252090f78da07b67dcddfe5012e7497b3a135f85.zip
Qt-252090f78da07b67dcddfe5012e7497b3a135f85.tar.gz
Qt-252090f78da07b67dcddfe5012e7497b3a135f85.tar.bz2
Adapting fortuneclient to work on S60 phones.
BTW: somthing shoud be done with layout to make app usable on small screen devices.
Diffstat (limited to 'examples/network/fortuneclient/fortuneclient.pro')
-rw-r--r--examples/network/fortuneclient/fortuneclient.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/network/fortuneclient/fortuneclient.pro b/examples/network/fortuneclient/fortuneclient.pro
index bb125e8..4765208 100644
--- a/examples/network/fortuneclient/fortuneclient.pro
+++ b/examples/network/fortuneclient/fortuneclient.pro
@@ -10,3 +10,10 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneclient
INSTALLS += target sources
include($$QT_SOURCE_TREE/examples/examplebase.pri)
+
+symbian {
+ HEADERS += $$QT_SOURCE_TREE/examples/network/ftp/sym_iap_util.h
+ LIBS += -lesock
+ TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData"
+ TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
+}