Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Back on topic. I found that when building Qt you can specify to build only the module you need at the nmake stage,
e.g. nmake module-qtbase
That way it won't try and build all the other modules and qml libs.