From 35cd662d6875de67d0b16b81d06d7494cd2d7791 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Thu, 25 Jul 2013 20:54:22 +1000 Subject: [PATCH] doc update: add note about new qmake invocation --- index.html | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index e5fddf73..17ae1f79 100644 --- a/index.html +++ b/index.html @@ -234,7 +234,7 @@

Tutorial

-

Step 1: Requirements and Download

+

Step 1: Requirements and Download

First, you should ensure that your system meets @@ -254,7 +254,7 @@ just skip the following step and go straight to step 3.

-

Step 2: System-wide Installation (optional)

+

Step 2: System-wide Installation (optional)

Now you should save any previous installation @@ -282,7 +282,7 @@ exit

cd /opt/mxe
-

Step 3: Build MXE

+

Step 3: Build MXE

Enter the directory where you've downloaded the MXE. @@ -340,7 +340,7 @@ exit After you're done it just needs a little post-installation.

-

Step 4: Environment Variables

+

Step 4: Environment Variables

Edit your .bashrc script in order to change $PATH: @@ -371,7 +371,7 @@ exit You're ready to cross compile anything you like.

-

Step 5a: Cross compile your Project (Autotools)

+

Step 5a: Cross compile your Project (Autotools)

If you use the @@ -396,7 +396,7 @@ If a cross compiler is detected then cross compile mode will be used. Everything will be just fine.

-

Step 5b: Cross compile your Project (CMake)

+

Step 5b: Cross compile your Project (CMake)

If you have a @@ -405,7 +405,7 @@ If a cross compiler is detected then cross compile mode will be used.

cmake ... -DCMAKE_TOOLCHAIN_FILE=/where MXE is installed/usr/i686-pc-mingw32/share/cmake/mxe-conf.cmake
-

Step 5c: Cross compile your Project (Qt)

+

Step 5c: Cross compile your Project (Qt)

If you have a @@ -430,7 +430,7 @@ make are built-in, not plugins.

-

Step 5d: Cross compile your Project (Makefile)

+

Step 5d: Cross compile your Project (Makefile)

If you have a handwritten Makefile, @@ -452,7 +452,7 @@ PKG_CONFIG=$(CROSS)pkg-config That's it!

-

Step 5e: Cross compile your Project (OSG)

+

Step 5e: Cross compile your Project (OSG)

Using static OpenSceneGraph libraries requires a few changes to your source. @@ -2535,6 +2535,12 @@ endef Added support for mingw-w64 based toolchains targeting 32 & 64-bit architectures.

+ +

+ With the addition of Qt5, there is no longer a prefixed version of + qmake, see the Qt section of the tutorial + for the new way to invoke qmake. +

2012-04-12 – Release 2.22