On sexta-feira, 21 de dezembro de 2012 01.46.13, andy fillebrown wrote: > >> One of the reasons I use -dont-process is so I can add CONFIG+=silent > >> and -after CONFIG+=warn_off to the call to qmake. Is there another > >> way of reducing the compiler output that I'm not aware of? > > > > The same, but dropping the -dont-process option. > > I don't understand: configure calls qmake automatically if the > -dont-process option is removed. Is there a way to pass arguments to > qmake during configure?
It calls qmake only on qtbase.pro. The rest of the buildsystem isn't processed. If you want to change the options, run qmake again. Sure, you'll be creating the Makefile for qtbase.pro twice. But it's just a minor thing you would barely notice. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest