aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-11 07:21:59 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-11 07:21:59 +0000
commit1457ccb919e3b3f6f2460629754d2edce8a1e86b (patch)
treed5005f547e8f23df33498debc6c75939b79f326e
parentdc2b329fc4a3091ed3dde2c859681d35d347b345 (diff)
downloadqxmpp-1457ccb919e3b3f6f2460629754d2edce8a1e86b.tar.gz
* update list of tested platforms
* fix location name of .pro file
-rw-r--r--README10
1 files changed, 4 insertions, 6 deletions
diff --git a/README b/README
index 0fcad361..c2b006d7 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ The project uses qmake build system of Qt.
Building from the command line:
-cd <where QXmppClient.pro is lying>
+cd <where qxmpp.pro is located>
qmake
<respective-make-cmd = gmake, make, mingw32-make, nmake>
@@ -57,11 +57,9 @@ SUPPORTED PLATFORMS
For this release, the following platforms have been tested:
- win32-g++ (mingw)
- win32-msvc2005
-
- linux-g++
- linux-g++-64
+ win32-g++ (Qt SDK)
+ linux-g++ (32-bit and 64-bit)
+ macos-g++ (32-bit and 64-bit)
It should work on all the plaforms supported by Qt. For a complete list of
platforms support by Qt, see: