summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/src/cmake/cmake-manual.qdoc2
-rw-r--r--doc/src/platforms/windows.qdoc10
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/cmake/cmake-manual.qdoc b/doc/src/cmake/cmake-manual.qdoc
index ebd18593a..440dda8ab 100644
--- a/doc/src/cmake/cmake-manual.qdoc
+++ b/doc/src/cmake/cmake-manual.qdoc
@@ -37,7 +37,7 @@
project files.
\c{CMake} is a 3rd party tool with its own \l{CMake Documentation}{documentation}. This topic
- describes how to use \c{CMake} 3.1.0 with Qt 5.
+ describes how to use \c{CMake} 3.1.0 or later with Qt 5.
\section1 Table of Contents
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index 76bf4be7e..2bc2bc148 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -443,8 +443,9 @@
ANGLE depends on these extra tools from the \l{GnuWin32 Project}{GnuWin32} and
\l {http://sourceforge.net/projects/winflexbison/}{Win flex-bison}
- projects, which are provided for your convenience in the \e gnuwin32/bin
- folder:
+ projects. You can download a copy containing flex and bison from:
+ \l {https://download.qt.io/development_releases/gnuwin32/gnuwin32.zip}
+ or from the respective upstream projects:
\list
\li \l{http://gnuwin32.sourceforge.net/downlinks/gperf.php}{GPerf}
\li \l{http://sourceforge.net/projects/winflexbison/files/win_flex_bison-2.5.5.zip/download}{Bison, Flex}
@@ -452,9 +453,8 @@
The \e gnuwin32/bin folder should be added to the \c PATH variable.
- \note If you are building qtbase outside of qt5.git, you will need to
- download \e win_bison and \e win_flex from the link above and rename
- them to \e bison and \e flex.
+ \note If you download from the winflexbison project, you must
+ download \e win_bison and \e win_flex and rename them to \e bison and \e flex.
For instructions for building the Qt 5 source, read
the \l{Qt for Windows - Building from Source} page.