changeset 1102:fa2a4aa042e3

package qt: improved tutorial
author Mark Brand <mabrand@mabrand.nl>
date Mon, 30 Aug 2010 11:31:25 +0200
parents 28abe875c217
children e3a67857c3d7
files doc/index.html
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Mon Aug 30 10:19:55 2010 +0200
+++ b/doc/index.html	Mon Aug 30 11:31:25 2010 +0200
@@ -339,15 +339,15 @@
     <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>