I try to compile QT 5.0.0 in the command prompt of Visual Studio 2010 on Windows 7, 64bit. The process itself is known and described here and here. On my machine, compilation st
I got the same problem attempting to build qt5.0 and qt5.1 with vs2012. The problem was simply solved by adding the parameter "-opengl desktop" (no quotes) to the config command and rebuilding (make/nmake/jom/mingw32-make). I think that all the other stuff mentioned in not necessary to fix you original stated problem.