add coverage of Qt 5 to tutorial

This commit is contained in:
Mark Brand 2013-02-27 01:46:20 +01:00
parent cd12d9cdeb
commit fd7dd4b4e2
1 changed files with 5 additions and 1 deletions

View File

@ -372,8 +372,12 @@ If a cross compiler is detected then cross compile mode will be used.</pre>
<a href="http://qt-project.org/">Qt</a> application,
all you have to do is:
</p>
<pre>i686-pc-mingw32-qmake
<pre>/where MXE is installed/usr/i686-pc-mingw32/qt/bin/qmake
make</pre>
<p>
Note that Qt 4 is in the "qt" subdirectory. Qt 5 is in the "qt5" subdirectory
and its qmake can be invoked similarly.
</p>
<p>
If you are using Qt plugins
such as the svg or ico image handlers,