Qt5 and M$ Visual Studio 2012
-
Not an answer to you question but you can build Qt yourself using "QMAKESPEC=win32-msvc2012". Then you can also skip modules you don't want/need. For example if you don't need the 'icu' libraries you can skip them with your own compiled build and reduce the size with 20Mb or tell Qt to use OpenGL directly instead of going though the ANGLE library.
-
I am building Qt 5.0.0 beta 1's sources using MSVC 2012 two times now without success.
1 attempt's failure: python missing in the PATH.
2 attempt's failure: the WebKit needs ICU.I suggest you read the Qt 5 building guidelines: http://qt-project.org/wiki/Building_Qt_5_from_Git
-
For anyone else who come across this searching, StackOverflow now has a wiki on this: http://stackoverflow.com/questions/15826893/downloading-and-integrating-qt5-with-visual-studio-2012
-
Or, get "Qt 5.0.2 for Windows 64-bit (VS 2012, 500 MB)" from http://qt-project.org/downloads