diff options
author | Mark Brand <mabrand@mabrand.nl> | 2019-06-01 13:25:15 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2019-06-01 13:26:33 (GMT) |
commit | e846d5f9be2b69ac5342064dd8593bfb7e70c456 (patch) | |
tree | ed3b1bd110c1fec9ab120c8a69872b31587e9c51 /docs/index.html | |
parent | e0738178b111660e7e2f314fe715453a922bcd04 (diff) | |
download | mxe-build-2019-06-02.zip mxe-build-2019-06-02.tar.gz mxe-build-2019-06-02.tar.bz2 |
tutorial: clarify Qt 4 bulit-in/plugin situationbuild-2019-06-02
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 99477ae..437630e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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> |