On Thu, 28 Jun 2012 20:35:29 ext Thiago Macieira wrote: > I'm trying to port a project to Qt 5 and the first thing I noticed when I > ran qmake is: > > Project ERROR: Unknown module(s) in QT: declarative
Did you notice the qtdeclarative/bin/rename-qtdeclarative-symbols.sh script? I thought that should be the first thing you notice when trying to port a QML project to Qt 5. It automatically replaces declarative with qml in the .pro file (among other things). That said, the documentation for porting applications is still being worked on: https://codereview.qt-project.org/#change,29569 specifically tries to address the porting case. So it's probably not clear from the current documentation. -- Alan Alpert _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
