summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorIain <qt-info@nokia.com>2010-04-13 08:46:39 (GMT)
committerIain <qt-info@nokia.com>2010-04-13 08:46:39 (GMT)
commitef84739c3737d03da9de2b5e92a68f70294c65d3 (patch)
tree442cc0906ff5e5ee079d0777d7d6d1a1b66fce0a /examples
parenta036df97b0f66a8bf57171c5725becf2d2b6467b (diff)
parent921f54e051b6fcc0268097347e2ad13ba0bfc37d (diff)
downloadQt-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.pro2
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
}