Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.8.2
-
None
-
7139e893d (dev), 7d60add8c (6.9), 1abb681cc (6.8)
Description
With Qt 6.8.2, the following code generates a TypeError ("Qt was a singleton at compile time, but is not a singleton anymore"):
import Qt3D.Core
Entity {
property size textureSize: Qt.size(1024, 1024)
}
Turning off the QML compiler avoids this TypeError. Qt 6.6.1 did not report any errors for this code.
Attachments
For Gerrit Dashboard: QTBUG-133461 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
622385,12 | QmlCompiler: Only import hardcoded builtins by default | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
622883,1 | QtQml: Turn the builtins into a more normal module | dev | qt/qtdeclarative | Status: ABANDONED | 0 | 0 |
625563,2 | QmlCompiler: Only import hardcoded builtins by default | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
625885,2 | QmlCompiler: Only import hardcoded builtins by default | 6.8 | qt/qtdeclarative | Status: MERGED | +2 | 0 |