summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-27 14:36:55 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-27 14:36:55 (GMT)
commit2b580f11db5ae8c84be003d40f2bcb2a88d0c338 (patch)
tree4d24ead25ad340c9ad90a7a5e4909d06ccd1df2a /doc/index.html
parent913cbf5c15daeb4e8fb97ac4b1bbbcb9a86f4d02 (diff)
downloadmxe-2b580f11db5ae8c84be003d40f2bcb2a88d0c338.zip
mxe-2b580f11db5ae8c84be003d40f2bcb2a88d0c338.tar.gz
mxe-2b580f11db5ae8c84be003d40f2bcb2a88d0c338.tar.bz2
improved documentation note about static Qt plugins
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 2371211..3a956e4 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -334,7 +334,8 @@ If a cross compiler is detected then cross compile mode will be used.</pre>
<pre><span class="target">i686-pc-mingw32</span>-qmake
make</pre>
<p>
- Since Qt is provided as static library,
+ If you are using Qt plugins
+ such as database drivers or graphics plugins,
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>