tutorial: clarify Qt 4 bulit-in/plugin situation

This commit is contained in:
Mark Brand 2019-06-01 15:25:15 +02:00
parent e0738178b1
commit e846d5f9be
1 changed files with 1 additions and 3 deletions

View File

@ -449,9 +449,7 @@ make</pre>
<a href="https://qt-project.org/doc/qt-4.8/plugins-howto.html#static-plugins">Qt documentation about static plugins</a>.
</p>
<p>
Note the sql drivers (-qt-sql-*)
and the image handlers for jpeg, tiff, gif and mng
are built-in, <em>not</em> plugins.
Qt 4 only: Sql drivers (-qt-sql-*) and image handlers for jpeg, tiff, gif and mng are built-in, <em>not</em> plugins.
</p>
<h3 id="tutorial-5d">Step 5d: Cross compile your Project (Makefile)</h3>