improved documentation note about static Qt plugins

This commit is contained in:
Volker Grabsch 2009-10-27 15:36:55 +01:00
parent 913cbf5c15
commit 2b580f11db
1 changed files with 2 additions and 1 deletions

View File

@ -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>