[Interest] Problem configuring Qt 5 on Windows
andy fillebrown
andy.fillebrown at gmail.com
Fri Dec 21 09:40:50 CET 2012
On Fri, Dec 21, 2012 at 2:42 AM, Thiago Macieira
<thiago.macieira at 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.
I see. Thank you. I guess I'm still used to having the -r flag
enabled which makes everything get processed every time. I had not
considered just re-running qmake before building.
Cheers,
~ andy.f
More information about the Interest
mailing list