aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2018-09-18 11:32:37 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2018-09-18 11:32:37 +0200
commit62140f0d700754a285b74191137e7d8a3cae4ce2 (patch)
treee5262e5070e2eaa1a2d0d1a0298182fd018e2f7d
parent82d8033a19c13e8bca4d236425ec272adfe0571e (diff)
downloadqxmpp-62140f0d700754a285b74191137e7d8a3cae4ce2.tar.gz
[docs] stop mentioning obsolete platforms in README
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index 1920e7b2..29542c13 100644
--- a/README.md
+++ b/README.md
@@ -89,21 +89,6 @@ platforms support by Qt, see:
https://doc.qt.io/qt-5/supported-platforms.html
-In past, we have tested on variety of platforms:
-
- win32-g++ (Qt SDK)
- win32-msvc2008 (Qt MSVC-2008)
- win64-msvc2008 (Qt MSVC-2008)
- symbian-gcce (Nokia Qt SDK)
- linux-g++ (32-bit and 64-bit)
- macos-g++ (32-bit and 64-bit)
-
-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
===================