summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-04 00:40:06 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-04 00:40:06 (GMT)
commit2737dcb9d5fbacfc567eb3ceb321c3ac555bd087 (patch)
tree3f2b9668b99d9cf43626f2da38066672b266c201 /doc/index.html
parentf0ba3658d8ace2c2e760bf48eb1bd5e7f0dff752 (diff)
downloadmxe-2737dcb9d5fbacfc567eb3ceb321c3ac555bd087.zip
mxe-2737dcb9d5fbacfc567eb3ceb321c3ac555bd087.tar.gz
mxe-2737dcb9d5fbacfc567eb3ceb321c3ac555bd087.tar.bz2
add a note about Qt to the tutorial
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 2f0920b..738c7e2 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -324,7 +324,17 @@ If a cross compiler is detected then cross compile mode will be used.</pre>
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,