On Fri, Dec 21, 2012 at 2:42 AM, Thiago Macieira
<thiago.macie...@intel.com> wrote:
> 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.

This didn't work.  I'm still getting all the gcc output and warnings.

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

Reply via email to