diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-07 09:23:32 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-07 09:23:32 +0000 |
| commit | b4f4b09913489476c35acd26576b8f198f6a1751 (patch) | |
| tree | bc3869bca45d1fa699a17c05716815f619a41766 | |
| parent | 61fbcdf4e2cc53781c3f556f0106680001e4f253 (diff) | |
| download | qxmpp-b4f4b09913489476c35acd26576b8f198f6a1751.tar.gz | |
mention the need for the "NetworkServices" capability on Symbian
| -rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ------------------- |
