This is my detail machine
Proc icore3 2.2ghz x64
Mem 4gb
How to install qt 5.1 for 32bit application development in my machine with build static?
This is my detail machine
Proc icore3 2.2ghz x64
Mem 4gb
How to install qt 5.1 for 32bit application development in my machine with build static?
Go here: http://qt-project.org/downloads
Download: Qt Online Installer for Windows 32-bit and run it.
If you already have Microsoft Visual Studio 2010 or 2012 on the machine then:
- Tick "msvc2010 32-bit" or "msvc2012 32-bit" under "Qt 5.1.0" to match your compiler. If you intend targeting Windows XP then select the "msvc201x 32-bit OpenGL" variant instead.
- Untick "Tools"
If you have no C++ compiler on your machine then:
- Tick "MinGW4.8 (32 bit)" under "Qt 5.1.0"
- Tick "MinGW 4.8" under "Tools"
Finish the install process. You now have everything you need to start with Qt 5.1 on Windows.
If by "with build static" you mean a statically linked Qt library then you will need also need to select/download the Qt sources, the necessary external library and build dependencies, and build your own Qt library from source code. I would assume from the level of this question that this is likely to be difficult for you.
Bookmarks