aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-02-22 07:51:57 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-23 02:14:55 +0100
commit2ef82978ca338dcf6f46e8f1f1ebf7bcdd51c51c (patch)
treed726fe140f249cd50ce2c29c3d2fe1051ae2bb01 /README
parent08ec2c7a620de84591552b57e396fe3fd404418c (diff)
README: Update with the reference platforms and remove the mingw entry
Change-Id: I1e43a52dc31c1103c91f61e423c6850697bc3540 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index 392d7eb2..06b57840 100644
--- a/README
+++ b/README
@@ -59,9 +59,6 @@ HOW TO BUILD QT5
configure -prefix %CD%\qtbase -opensource -nomake tests
nmake // jom // mingw32-make
- For MinGW (gcc version 4.6 or later), ensure that the compiler can
- be found in the path.
-
To accelerate the bootstrap of qmake with MSVC, it may be useful to pass
"-make-tool jom" on the configure command line. If you do not use jom,
adding "/MP" to the CL environment variable is a good idea.
@@ -124,3 +121,4 @@ HOW TO BUILD QT5
=====================
See http://qt-project.org/wiki/Building-Qt-5-from-Git and README.git
for more information.
+ See http://qt-project.org/wiki/Qt-5 for the reference platforms.