Discussion in #6267.
Qt 5.4 introduced QtWebEngine which basically embeds the whole of Chromium, growing the monolithic download from 224M to 398M. (Linux distro packagers aren't happy either...)
By switching to submodules, I've reduced the download size to 76M, and disk space needed to build from ~2G to ~600M. (The multi-source support in the depends system leaves a lot to be desired in my opinion, but at least it works.) Another nice result is that any future additional Qt submodules will be skipped by default, rather than having to add more -skip configure options.
