How to set Visual Studio 2012 RC Compiler for Qt instead of MinGW?
问题 Windows 8 x86; Qt 4.8.2; Visual Studio Ultimate 2012 RC 回答1: As far as I know Qt does not yet support Visual Studio 2012 RC. However, I managed to build Qt 4.8 with Visual Studio 2011 beta (the predecessor to Visual Studio 2012 RC - they just decided to rename it) myself. It required making some changes to Qt source code before compiling. Here are the steps I used: Copy mkspecs/win32-msvc2010 to mkspecs/win32-msvc2012 and edit the qmake.conf file to specify _MSC_VER=1700. Search for “msvc2010