docs: show how to use Qt 5

Most people should be using Qt5 by now. Let's switch the roles of Qt4
and Qt5, to give more prominence to the latter.
This commit is contained in:
Alberto Mardegan 2020-04-11 16:30:14 +03:00 committed by Tony Theodore
parent ec11cc909e
commit e64ec97895
1 changed files with 2 additions and 2 deletions

View File

@ -438,10 +438,10 @@ If a cross compiler is detected then cross compile mode will be used.</pre>
<a href="https://qt-project.org/">Qt</a> application,
all you have to do is:
</p>
<pre>/where MXE is installed/usr/i686-w64-mingw32.static/qt/bin/qmake
<pre>/&lt;where-MXE-is-installed&gt;/usr/i686-w64-mingw32.static/qt5/bin/qmake
make</pre>
<p>
Note that Qt 4 is in the "qt" subdirectory. Qt 5 is in the "qt5" subdirectory
Note that Qt 5 is in the "qt5" subdirectory. Qt 4 is in the "qt" subdirectory
and its qmake can be invoked similarly.
</p>
<p>