-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.15.0
-
Component/s: QML: Tooling
-
Platform/s:
-
Commits:acc5e48a90d0daeccb28175b80ab6b52cac5d84a (qt/qtdeclarative/dev) f9af3434498b65ecb89bf7054c71773d066fef0b (qt/qtdeclarative/6.0) 3c075bfd348306cd553caddb9f8bf3f596666636 (qt/qtdeclarative/5.15)
If you install the latest 5.15 release and create a basic android project with a qml item with the content.
Item { RowLayout { anchors.fill: parent // Invalid property name "anchors". (M16) Button { objectName: "testName" // Invalid property name "objectName". (M16) } } }
you will get errors in QtCreator about missing fields if you copy all of the *.qmltypes from the iOS kit the errors go away.
- is duplicated by
-
QTBUG-88828 [REG 5.14 -> 5.15]Code completion not works and false error messages for QML with Qt 5.15 for Android
-
- Closed
-
- is related to
-
QTBUG-87117 plugins.qmltypes incorrectly generated due to foreign types path
-
- Closed
-