aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-05-02 15:11:38 +0200
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-05-02 15:16:06 +0200
commitbbb720486fd97899e45ab3c7ffe3ca3bc560f6c7 (patch)
treea7ad0f5aee52e8766d96b61520b74e2de2686432 /README
parent8e64df07565880795d9b79c38183d4708d6c13d6 (diff)
parent33072afc5874185fdee79aefda03ebe6a82ca401 (diff)
Merge branch 'stable' into dev
the sha1s of existing modules were skipped (the update bot will handle them as usual). all newly appeared modules got their sha1s forward-merged. Conflicts: .gitmodules qt.pro <plenty of submodules> Change-Id: I724998c2011f274c3aea5996a7fdbe303d246551
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.