[Development] Proposal: Remove QML from Qt's code base (OR: Should it be a requirement that Qt Modules are interoperable?)

Oswald Buddenhagen oswald.buddenhagen at nokia.com
Wed Jul 4 14:22:12 CEST 2012


On Wed, Jul 04, 2012 at 12:11:02PM +0000, ext gunnar.sletta at nokia.com wrote:
> contains(QT_CONFIG, qml):{
>     # add qml stuff
> } else {
>     # add other stuff
> }
> 
that's deprecated.

!isEmpty(QT.qml.name) {
...

is the official syntax. according to marius' will, anyway. ;)



More information about the Development mailing list