From fd7dd4b4e2f983e277dccd053958e942eacf7b19 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Wed, 27 Feb 2013 01:46:20 +0100 Subject: [PATCH] add coverage of Qt 5 to tutorial --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 833f4c0e..57026abe 100644 --- a/index.html +++ b/index.html @@ -372,8 +372,12 @@ If a cross compiler is detected then cross compile mode will be used. Qt application, all you have to do is:

-
i686-pc-mingw32-qmake
+    
/where MXE is installed/usr/i686-pc-mingw32/qt/bin/qmake
 make
+

+ Note that Qt 4 is in the "qt" subdirectory. Qt 5 is in the "qt5" subdirectory + and its qmake can be invoked similarly. +

If you are using Qt plugins such as the svg or ico image handlers,