changeset 463:699fdda7068e

add a note about Qt to the tutorial
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 04 Oct 2009 02:40:06 +0200
parents 80eba052dff1
children 0174ea97b91d
files doc/index.html
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Sun Oct 04 01:56:50 2009 +0200
+++ b/doc/index.html	Sun Oct 04 02:40:06 2009 +0200
@@ -324,7 +324,17 @@
     Everything will be just fine.
     </p>
 
-    <h3>Step 5b: Cross compile your Project (Makefile)</h3>
+    <h3>Step 5b: Cross compile your Project (Qt)</h3>
+
+    <p>
+    If you have a
+    <a href="http://qt.nokia.com/">Qt</a> application,
+    all you have to do is:
+    </p>
+    <pre><span class="target">i686-pc-mingw32</span>-qmake
+make</pre>
+
+    <h3>Step 5c: Cross compile your Project (Makefile)</h3>
 
     <p>
     If you have a handwritten Makefile,