I am trying to build Qt 5.0 (MSVC) from source with mods to openGL. The errors appear related to opengl. The errors are too many to post here.

My configure line is:

Qt Code:
  1. configure -developer-build -opengl desktop -no-icu
To copy to clipboard, switch view to plain text mode 

This is to remove many dependencies that are not needed by apps.

nmake is then executed and it appears that twenty of the core libraries are generated but with all the errors shown, I don't trust it as being complete. Also only the qtbase folder has files created. I seem to recall in versions earlier than 5.0 that the core libraries, tools, etc were built as well.

I have as a build environment, Active Perl, Win SDK 7.1 on Windows 7 x86