Hi Robin.
The problem appears to be that the file 'imports/com/Nokia/extras/qmldir'
contains numerous entries which are repetitions of earlier entries.
As of the change you identified, this condition is now reported as an error -
the old behavior was to import the first entry encountered, and to
As per QTBUG-25122 (https://bugreports.qt-project.org/browse/QTBUG-25122 ), I
would like to remove the obsolete overload of the QQmlEngine::importPlugin()
function.
I am not aware of any remaining users of this overload - if you are still using
it and need some time to migrate to using the impr
> Lars wrote:
> > This is mostly done. What remains is the renaming of the classes from
> > QDeclarative to QQuick/QQml. This is ok for me to go into api_changes
> > (you might need to create that branch in qtdeclarative) with the
> > compat hacks we have (in moc and qtdeclarative).
> >
> > Please
Lars wrote:
> This is mostly done. What remains is the renaming of the classes from
> QDeclarative to QQuick/QQml. This is ok for me to go into api_changes (you
> might need to create that branch in qtdeclarative) with the compat hacks we
> have (in moc and qtdeclarative).
>
> Please add Jira task
As the first part of the changes described by QTBUG-23737, we have now
separated version 1 of Qt Quick from the qt5 qtdeclarative module.
The implementation of Qt Quick 1 is now hosted in the 'qtquick1' repository (
http://qt.gitorious.org/qt/qtquick1 ). For maximum compatibility with the
exis