On Friday, May 11, 2012 09:50:42 Kent Hansen wrote:
> Hi,
> See https://codereview.qt-project.org/#change,25891
> 
> In short, "QT += declarative" and the QtDeclarative headers/classnames
> will no longer work (i.e., code that use them won't compile).
> 
> I went through the qt5.git submodules and ported the last stuff
> (hopefully) over to the QtQml names. Once those changes have been
> merged, I'll stage the above change.
> 
> If you still have code using the old QtDeclarative headers/classnames,
> now would be an excellent time to port to the QtQml names. If in doubt,
> try running the qtdeclarative/bin/rename-qtdeclarative-symbols.sh script
> over your code and check the results. (Note that the script can be a bit
> eager, e.g. references to module-local paths like
> "examples/declarative/foo" and "SUBDIRS += declarative" will be replaced
> by "examples/qml/foo" and "SUBDIRS += qml", which you maybe don't want
> -- at least not without also renaming those folders. ;) )

Cool.

After this, will QtQuick1 be renamed back to QtDeclarative? Or is that off the 
table?

Thanks,

-- 
Stephen Kelly <stephen.ke...@kdab.com> | Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-Independent Software Solutions

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