diff options
author | Iain <qt-info@nokia.com> | 2010-04-13 08:46:39 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2010-04-13 08:46:39 (GMT) |
commit | ef84739c3737d03da9de2b5e92a68f70294c65d3 (patch) | |
tree | 442cc0906ff5e5ee079d0777d7d6d1a1b66fce0a /examples | |
parent | a036df97b0f66a8bf57171c5725becf2d2b6467b (diff) | |
parent | 921f54e051b6fcc0268097347e2ad13ba0bfc37d (diff) | |
download | Qt-ef84739c3737d03da9de2b5e92a68f70294c65d3.zip Qt-ef84739c3737d03da9de2b5e92a68f70294c65d3.tar.gz Qt-ef84739c3737d03da9de2b5e92a68f70294c65d3.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7
Diffstat (limited to 'examples')
-rw-r--r-- | examples/network/fortuneserver/fortuneserver.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/fortuneserver/fortuneserver.pro b/examples/network/fortuneserver/fortuneserver.pro index 29ba313..474ec11 100644 --- a/examples/network/fortuneserver/fortuneserver.pro +++ b/examples/network/fortuneserver/fortuneserver.pro @@ -14,6 +14,6 @@ symbian { include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/ LIBS += -lesock -lcommdb -linsock # For IAP selection - TARGET.CAPABILITY = "All -TCB" + TARGET.CAPABILITY = "NetworkServices ReadUserData" TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 } |