aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-12-07 09:23:32 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-12-07 09:23:32 +0000
commitb4f4b09913489476c35acd26576b8f198f6a1751 (patch)
treebc3869bca45d1fa699a17c05716815f619a41766
parent61fbcdf4e2cc53781c3f556f0106680001e4f253 (diff)
downloadqxmpp-b4f4b09913489476c35acd26576b8f198f6a1751.tar.gz
mention the need for the "NetworkServices" capability on Symbian
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index b735c921..68255361 100644
--- a/README
+++ b/README
@@ -89,6 +89,11 @@ platforms support by Qt, see:
http://doc.qt.nokia.com/supported-platforms.html
+Please note that on Symbian, you will need to make sure your add the
+"NetworkServices" to your application to enable it to access the network.
+You can do this by adding the following to your .pro file:
+
+ TARGET.CAPABILITY = "NetworkServices"
HOW TO REPORT A BUG
-------------------