On Friday 13 March 2015 17:58:51 René J.V. Bertin wrote: > On Friday March 13 2015 09:45:08 Thiago Macieira wrote: > > qmake stores the arguments you gave it on the command-line and will always > > That's what the -nocache argument is supposed to prevent, I presume? FWIW, > using that argument throws an error when doing `qmake qtwebengine.pro`
No. The arguments are stored in the Makefile itself. $ grep -Fe '$(QMAKE)' Makefile @$(QMAKE) -prl -config ltcg -config fat-lto /home/thiago/src/qt/qt5/qtbase/src/corelib/corelib.pro $(QMAKE) -config ltcg -config fat-lto -o Makefile /home/thiago/src/qt/qt5/qtbase/src/corelib/corelib.pro @$(QMAKE) -config ltcg -config fat-lto -o Makefile /home/thiago/src/qt/qt5/qtbase/src/corelib/corelib.pro @$(QMAKE) -prl -config ltcg -config fat-lto corelib.pro > > However, if you have a Makefile already, those arguments will not take > > effect. > > > > If you change your command-line arguments, make sure to add -r (recursive) > > option so that it will regenerate all the Makefiles. > > That's the point: I do this in fresh copies extracted from the (virgin) > source tarball. -- 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