summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-06-19 11:57:37 +0200
committerKai Koehne <kai.koehne@qt.io>2017-06-19 13:05:29 +0000
commitac48071b185d17022d48c6379a2549ac2736cb8c (patch)
treef14775a173afc6313d2a28654e12a40dbe13e4d0 /doc
parente62e43a832a6fd68aba43cff0821046d080a5f0b (diff)
Update Qt version and name of Windows mkspec
Change-Id: Ife14b8aea004a5f23a67edf4157ea4e3dcdb14f8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/configure.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/configure.qdoc b/doc/src/configure.qdoc
index 666826936..d821b1380 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