summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-08-30 09:31:25 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-08-30 09:31:25 (GMT)
commit9d331b35298b5ec9dcbf6d2468028588faec5ff1 (patch)
treeeeeca641c7c320982ccdb239cf8352361950123c /doc
parentbe901eec042f7fbe3c9936ac932bc9168591785d (diff)
downloadmxe-9d331b35298b5ec9dcbf6d2468028588faec5ff1.zip
mxe-9d331b35298b5ec9dcbf6d2468028588faec5ff1.tar.gz
mxe-9d331b35298b5ec9dcbf6d2468028588faec5ff1.tar.bz2
package qt: improved tutorial
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/index.html b/doc/index.html
index b55e103..a30a557 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -339,15 +339,15 @@ 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 4.7-beta2, Qt in mingw-cross-env has the sql drivers (-qt-sql-*)
- and image handlers for jpeg, tiff, gif, and mng <b>built-in</b> instead of as plugins.
- To build the image handlers this way, we use backported patches that are expected to
- appear in a 4.7 release, so this might be different from what you are used to.
+ If you are using Qt plugins
+ such as the svg or ico image handlers,
+ 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>
<p>
- If you are using Qt plugins such as the svg or ico image handler plugins,
- you still should have a look at the
- <a href="http://qt.nokia.com/doc/plugins-howto.html#static-plugins">Qt documentation about static plugins</a>.
+ Note the sql drivers (-qt-sql-*)
+ and the image handlers for jpeg, tiff, gif and mng
+ are now built-in, <u>not</u> plugins.
</p>
<h3>Step 5c: Cross compile your Project (Makefile)</h3>