On quinta-feira, 17 de março de 2016 22:06:09 PDT René J. V. Bertin wrote:
> > That is an answer by itself. The fact that only the src/tools Makefiles
> > are
> > affected is a red herring: you only have those Makefiles to look into.
> 
> No, that's not true. AFAICR there were plenty of other Makefiles that did
> have  the option.

Which ones?

The build order for a non-cross-compilation build is:
        qmake           (done during configure)
        src/tools/bootstrap
        src/tools/moc and src/tools/rcc                 (built in parallel)
        src/corelib

This order cannot be broken. There's no sense in even creating a Makefile for 
anything else, since everything links to QtCore.

After this, lots of things can happen in parallel (QtGui and all non-GUI 
modules).
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to