On terça-feira, 22 de maio de 2012 07.32.41, song.7....@nokia.com wrote:
> Hi,
>
> I am building the Qt5, but could somebody point out what's the possible
> cause of: Project WARNING: QtGui cannot have a QT of gui
>    ?
>
> Any information is appreciated ;)

Please keep Qt 5 development discussions to the dev mailing list.

That error means that QtGui's .pro file (gui.pro) has QT += gui, which makes no
sense. QtGui cannot link to QtGui. That would be an interesting variation of
the chicken-and-the-egg: the older chicken depends on the young chick. Or
something along those lines....

Check if someone added that by accident. It's unlikely.

If that isn't the case, use qmake -d -d and analyse the output to see where
that "gui" came from. More than likely, qmake read some other file it wasn't
supposed to.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to