summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-08-26 20:45:04 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-08-26 20:45:04 (GMT)
commitbbee76e2c122846efdac988bbda89a8f2d253583 (patch)
tree0b9540fd3de757ebb6f595c2b4b67c8ae49da57e /doc/index.html
parent9a949cb41f107dc18f24c6be3651b03773055597 (diff)
downloadmxe-bbee76e2c122846efdac988bbda89a8f2d253583.zip
mxe-bbee76e2c122846efdac988bbda89a8f2d253583.tar.gz
mxe-bbee76e2c122846efdac988bbda89a8f2d253583.tar.bz2
upgrade package qt
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index ce1c786..b55e103 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -339,9 +339,14 @@ 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>
- If you are using Qt plugins
- such as database drivers or graphics plugins,
- you should also have a look at the
+ 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.
+ </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>.
</p>