In order to match the QT Compilation environment system of embedded linux system , we use QT4.8.5 's compiling environment. You can also use other versions of the software, QT4 the approximate installation steps are the same, you can refer to.
This setting is available in Window 32/64. There are four files that can be searched directly on the Internet and are not available here.
A total of four files of which two exe files are required to be installed.
The installation steps are as follows:
1) Two compressed files directly extracted to the current folder, Mingw-gcc440_1.zip, qtcreator-gdb-7.4-mingw32_nt-6.1-i686.tar.gz decompression, the arrow points to the extracted files.
I have installed all the files in the QT folder of the D Drive under the path is d:/qt so I need to put the two files just extracted into the new file.
2) Install qt 4.8.5 Double-click exe interface and go all the way Next .
To select the path you want to install D:\qt\4.8.5 Click Next, then Next, go:
At this point find installed MinGW to locate the MinGW folder we copied earlier, then click Install.
Finally click Finish to complete the 4.8.5 installation.
3) Next install QT Creator 2.8.0. Double-click the Qt-creator-windows-opensource-2.8.0.exe file, click Next, select the folder path for QT Creator here we choose d:\qt\ qtcreator-2.8.0
4) After the software installation, you need to configure the software, click on the Menu Bar tool button, select the options, in the pop-up Options window to select the build and run manually set the following information
Debugger We're going to select the qtcreator-gdb-7.4-mingw32_nt-6.1-i686 We copied to the D-disk qt folder. Under the gdb-i686-pc-mingw32.exe
Qt version options such as:
The compiler's choices are as follows:
Application, and then determine that the environment configuration is bent, you can edit a hello world to test whether the function is perfect.
Small partners can happily start the road to programming!
Window under Qt Creator install +QT4.8.5+MINGW compiler +gdb Debugger