[Qt-interest] Multiple qmake messages
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Sun Sep 27 13:39:11 CEST 2009
Michael Bieber schrieb:
> Qt 4.5.2 (qmake 2.01a), Windows:
>
> A rudimentary pro file
>
> a.pro:
> --- snip ---
> message(Message A)
> --- snap ---
>
> produces the following output:
>
>> qmake a.pro
> Project MESSAGE: Message A
> Project MESSAGE: Message A
> Project MESSAGE: Message A
>
> Has someone an idea, why qmake spits the message more than once?
> (Happens with Makefile and visual project target - I didn't check it
> with other OS-es so far)
>
Because qmake parses the pro-file more than once.
One initial, one for debug and one for release configuration iirc.
Christian
More information about the Qt-interest-old
mailing list