Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.9
-
None
-
a5dc4453d (dev)
Description
The handling of builitins is out of sync between the compilers and the DOM since https://codereview.qt-project.org/c/qt/qtdeclarative/+/622385 .
"builtins" and "QML" are actually separate, and only what has been termed "hardcoded" buildins should always be available.
This also leads to the issue that the DOM will attempt to import both builtins.qmltypes (becasue that's hardcoded in DomEnvironment::loadBuiltins ) and QML/plugins.qmltypes (which is a dependency of QtQml).
That leads in turn to errors, because QtObject is defined multiple times.
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTBUG-135918 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
639052,3 | DOM: Load QML/plugins.qmltypes intead of builtins.qmltypes | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |