From ac48071b185d17022d48c6379a2549ac2736cb8c Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@qt.io>
Date: Mon, 19 Jun 2017 11:57:37 +0200
Subject: [PATCH] Update Qt version and name of Windows mkspec

Change-Id: Ife14b8aea004a5f23a67edf4157ea4e3dcdb14f8
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
---
 doc/src/configure.qdoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/src/configure.qdoc b/doc/src/configure.qdoc
index 66682693..d821b138 100644
--- a/doc/src/configure.qdoc
+++ b/doc/src/configure.qdoc
@@ -64,12 +64,12 @@
     \badcode
     mkdir ~/qt-build
     cd ~/qt-build
-    ~/qt-source/configure -prefix /opt/Qt5.6
+    ~/qt-source/configure -prefix /opt/Qt5.9
     qmake
     \endcode
 
     Configuring with the \c -prefix option means that the Qt binaries and
-    libraries are installed into another directory, which is \c /opt/Qt5.6 in
+    libraries are installed into another directory, which is \c /opt/Qt5.9 in
     this case. Running \c qmake generates the Makefiles in the \e ~/qt-build
     directory and not in the \e source directory. After the Makefiles are in
     place, run the following commands to build the Qt binaries and libraries,
@@ -200,7 +200,7 @@
 
     \code
     configure.bat -platform win32-g++
-    configure.bat -platform win32-msvc2010
+    configure.bat -platform win32-msvc
     \endcode
 
     Afterwards, the generated Makefiles will use the appropriate compiler
-- 
GitLab