changeset 503:164b71d374f4

add a note to the docs about static Qt plugins
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 27 Oct 2009 14:04:29 +0100
parents ccc46e51638d
children 0fd340b5a6a8 d544205f9b52
files doc/index.html
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Sat Oct 24 12:52:13 2009 +0200
+++ b/doc/index.html	Tue Oct 27 14:04:29 2009 +0100
@@ -333,6 +333,11 @@
     </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>