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

When qmlplugindump is used on a module that has a singleton referenced in the qmldir, it will mark some types as -1 for the version

    XMLWordPrintable

Details

    • 5246b910771e0dd824b4eea7c5245e5f9f3a63f0

    Description

      When qmlplugindump is used on a module that has a singleton referenced in the qmldir, it will mark some types as -1 for the version. If the singleton is not used then this works fine.

      To reproduce with the example do:

      qmake && make && make install
      qmlplugindump Test.Styles 1.2
      

      and the output will include:

      Component {
              prototype: "QObject"
              name: "ColorStyle -1.-1"
              exports: ["ColorStyle -1.-1"]
              exportMetaObjectRevisions: [-1]
              isComposite: true
          }
      

      Attachments

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

        Activity

          People

            qdoc Michal Policht
            andysh Andy Shaw
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes