The out of the box Qt 5 SDK is heavy with dependencies which are not needed for even the simplest of apps. I am trying to re-build from source on a Windows 7 machine with Win SDK 7.1, Active Perl, Python tools installed. I use the following configure command line:

configure -developer-build -opensource -nomake examples -nomake tests -no-opengl -no-icu

The first error appears as in kernel\qplatformopenglcontext.cpp. Many more follow and the build falls down.

Has anyone encountered this? The build machine is virgin except for the tools needed for the build. No Visual Studio, .NET.