On 10/10/2011 09:31 PM, ext Thiago Macieira wrote:
> On Monday, 10 de October de 2011 10:23:19 Kent Hansen wrote:
>> It also means you'll need to add both in your .pro file
>> (e.g. "QT += declarative qtquick"), unless we automagically add
>> declarative when qtquick is added (not a fan of that).
>
> If A depends publicly on B and you do:
>   QT += A
>
> Then B is also automatically imported.

In theory, yes. In practice, no.

This definitely breaks on Windows and possibly in other situations too.


For a practical example, you can't do:

QT = core declarative

It does seem to work fine on Linux but not on Windows. Since declarative 
depends on gui you must explicitly list it:

QT = core gui declarative


-- 
Lincoln Ramsay - Senior Software Engineer
Qt Development Frameworks, Nokia - http://qt.nokia.com/
_______________________________________________
Qt5-feedback mailing list
Qt5-feedback@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

Reply via email to