Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.0
-
-
acc5e48a90d0daeccb28175b80ab6b52cac5d84a (qt/qtdeclarative/dev) f9af3434498b65ecb89bf7054c71773d066fef0b (qt/qtdeclarative/6.0) 3c075bfd348306cd553caddb9f8bf3f596666636 (qt/qtdeclarative/5.15)
Description
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.
Attachments
Issue Links
- 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
- relates to
-
QTBUG-87117 plugins.qmltypes incorrectly generated due to foreign types path
- Closed