Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
6.5
-
None
-
d88b52b54 (dev), 8f45b7c7e (6.5)
Description
The example is rather confused, because it mixes two things:
- Actually creating a QQmlEngineExtensionPlugin
- Creating a (loadable) QML module
The first part is badly covered in the CMake example, as the example only registers a custom type,in which case we can automatically generate the plugin
The second part is somewhat discouraged, however still a necessity while e.g. image providers are tied to plugins
Lastly, we should also deduplicate the information found in https://doc.qt.io/qt-6/qqmlengineextensionplugin.html
Attachments
Issue Links
- relates to
-
QTBUG-94592 Reconsider image provider setup and ownership
- Reported
- resulted from
-
QTBUG-110649 Refine list of QtQML examples to be removed
- Closed