Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compiling Qt 4.8.x for Visual Studio 2012 (x86)

I already have successfuly compiled Qt 4.8.3 for visual studio 2012 (x64) using the guideline in question asked here but the problem is that, this solution only works for 64-bit compilation, Although compiling 32-bit (x86) completes without an error, webkit keeps crashing (access violation), for example, qt designer would crash immediately on startup, anybody got any luck? :(

like image 295
Mohamad mehdi Kharatizadeh Avatar asked Nov 04 '22 09:11

Mohamad mehdi Kharatizadeh


1 Answers

Looks like Qt 4.8.4 got msvc2012 support officially. Maybe you ask Digia or qt-project for your issue. Just a clue.

https://www.qt.io/blog/2012/11/29/qt-4-8-4-released

https://web.archive.org/web/20121203035216/http://qt.digia.com/Release-Notes/Release-Notes-Qt-484/

like image 123
Liang Qi Avatar answered Nov 11 '22 04:11

Liang Qi