summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-27 13:04:29 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-27 13:04:29 (GMT)
commit913cbf5c15daeb4e8fb97ac4b1bbbcb9a86f4d02 (patch)
tree42d6b8fff5641169f1801c653dc962f4576c64e5 /doc
parentd29bd027207f26e06f49be35b8c654fdf1533f3a (diff)
downloadmxe-913cbf5c15daeb4e8fb97ac4b1bbbcb9a86f4d02.zip
mxe-913cbf5c15daeb4e8fb97ac4b1bbbcb9a86f4d02.tar.gz
mxe-913cbf5c15daeb4e8fb97ac4b1bbbcb9a86f4d02.tar.bz2
add a note to the docs about static Qt plugins
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 8eaa036..2371211 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -333,6 +333,11 @@ If a cross compiler is detected then cross compile mode will be used.</pre>
</p>
<pre><span class="target">i686-pc-mingw32</span>-qmake
make</pre>
+ <p>
+ Since Qt is provided as static library,
+ you should also have a look at the
+ <a href="http://qt.nokia.com/doc/plugins-howto.html#static-plugins">Qt documentation about static plugins</a>.
+ </p>
<h3>Step 5c: Cross compile your Project (Makefile)</h3>