Install QT 5.3.2 for Windows after a lot of toss, finally put it installed OK, HelloWorld run up.
installation packages required by Windows XP:
1.android-ndk-r9d-windows-x86.zip
2.adt-bundle-windows-x86-20140321.zip
3.apache-ant-1.9.4-bin.zip
4.JDK package, my is jdk1.7.0_15, previously installed.
5.qt-opensource-windows-x86-android-5.3.2.exe
One, each installation package installation
1.android-ndk-r9d-windows-x86.zip
Direct decompression can be F:\android\android-ndk-r9d
2.adt-bundle-windows-x86-20140321.zip
This SDK Manager.exe file will be available after decompression (F:\android\adt-bundle-windows-x86-20140321\ below)
Double-click Run
Make sure that the √ project is fully installed OK
There may be times when you can't install completely, I've been through several different time periods to upgrade the installation before it all succeeds.
3.apache-ant-1.9.4-bin.zip
This package can be extracted directly, I unzipped the address is in the F:\android\android-ndk-r9d\apache-ant-1.9.4
QT can be automatically found in this directory, or can be placed in other directories, then QT needs to be manually configured
4.JDK package, my is jdk1.7.0_15, previously installed. Direct online Search Download one that I installed in C:\Program files\java\jdk1.7.0_15
5.QT 5.3.2 installation is simple, the installation prompt step is possible.
Second, environment variable setting
There are more things to set up here.
Refer to some information on the Internet, first set up four user variables as follows:
Ndk_root = F:\android\android-ndk-r9d
ANDROID_SDK = F:\android\adt-bundle-windows-x86-20140321
Java_home = C:\Program files\java\jdk1.7.0_15
CLASSPATH =.; %java_home%/lib/tools.jar;%java_home%/lib/dt.jar (seemingly not available)
In modifying the system environment variable path
C:\Program files\java\jdk1.7.0_15\bin;%java_home%\bin;%ant_home%\bin;%ndk_root%;%android_sdk%\tools;%android_ Sdk%\platform-tools;
Three, start Qt 5.3.2
Open "Tools"-"Options"-"Android" in the Android configuration will just some of the compressed package path is completed correctly, if some of the compression package can not find a place to download, but also through the QT browse right download button directly
My configuration is as follows:
After these steps, the QT 5.3.2 for Android environment on Windows XP is a setup OK.
Late at night, WIN 8.1 64bit above the environment to build a little bit different, next time do record.
QT 5.3.2 for Android in Windows XP 32bit and WIN 8.1 64bit above environment build up (a)