From 9d331b35298b5ec9dcbf6d2468028588faec5ff1 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 30 Aug 2010 11:31:25 +0200 Subject: package qt: improved tutorial --- doc/index.html | 14 +++++++------- 1 file 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.
i686-pc-mingw32-qmake
 make

- 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 built-in 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 + Qt documentation about static plugins.

- If you are using Qt plugins such as the svg or ico image handler plugins, - you still should have a look at the - Qt documentation about static plugins. + Note the sql drivers (-qt-sql-*) + and the image handlers for jpeg, tiff, gif and mng + are now built-in, not plugins.

Step 5c: Cross compile your Project (Makefile)

-- cgit v0.12