Commit ac48071b authored by Kai Koehne's avatar Kai Koehne
Browse files

Update Qt version and name of Windows mkspec


Change-Id: Ife14b8aea004a5f23a67edf4157ea4e3dcdb14f8
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@qt.io>
Showing with 3 additions and 3 deletions
...@@ -64,12 +64,12 @@ ...@@ -64,12 +64,12 @@
\badcode \badcode
mkdir ~/qt-build mkdir ~/qt-build
cd ~/qt-build cd ~/qt-build
~/qt-source/configure -prefix /opt/Qt5.6 ~/qt-source/configure -prefix /opt/Qt5.9
qmake qmake
\endcode \endcode
Configuring with the \c -prefix option means that the Qt binaries and 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 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 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, place, run the following commands to build the Qt binaries and libraries,
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
\code \code
configure.bat -platform win32-g++ configure.bat -platform win32-g++
configure.bat -platform win32-msvc2010 configure.bat -platform win32-msvc
\endcode \endcode
Afterwards, the generated Makefiles will use the appropriate compiler Afterwards, the generated Makefiles will use the appropriate compiler
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment