diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-11 07:21:59 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-11 07:21:59 +0000 |
| commit | 1457ccb919e3b3f6f2460629754d2edce8a1e86b (patch) | |
| tree | d5005f547e8f23df33498debc6c75939b79f326e | |
| parent | dc2b329fc4a3091ed3dde2c859681d35d347b345 (diff) | |
| download | qxmpp-1457ccb919e3b3f6f2460629754d2edce8a1e86b.tar.gz | |
* update list of tested platforms
* fix location name of .pro file
| -rw-r--r-- | README | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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: |
