-
Task
-
Resolution: Fixed
-
Not Evaluated
-
None
-
None
Instead of using qmlRegisterTypes, the modules should be ported to use the new registration system.
The work already has started here: https://codereview.qt-project.org/c/qt/qtinterfaceframework/+/360170
The ifcodegen templates need to be fixed accordingly and support this usecase as well.
For the autogenerated code the meta type registration need to be fixed and refactored to make sure all metatypes are registered when a autogenerated module is linked to an application instead of using a QML plugin. (Support the optional plugin usecase).