Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-85888

Qml *.qmltypes files are incomplete for android

    XMLWordPrintable

Details

    • Android
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              ulherman Ulf Hermann
              siegelaaron94 Aaron Siegel
              Votes:
              2 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes