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

qmlplugindump does not produce reliable output for qt3d

    XMLWordPrintable

Details

    • Linux/X11
    • b7f5d34602e72eeda6620ea3e4326c6ff26b52d5

    Description

      It seems that qmlplugindump is not able to cope with registerExtendedTypes in Qt 3D.

      The output of e.g.

        qmlplugindump -nonrelocatable Qt3D.Render 2.12 
      

      changes from invocation to invocation.

           Component {
               name: "Qt3DRender::Render::Quick::Quick3DTextureExtension"
               defaultProperty: "textureImages"
               prototype: "Qt3DRender::QTexture2DMultisampleArray"
      

      vs

           Component {
               name: "Qt3DRender::Render::Quick::Quick3DTextureExtension"
               defaultProperty: "textureImages"
               prototype: "Qt3DRender::QTexture2DMultisampleArray"
      

      vs

           Component {
               name: "Qt3DRender::Render::Quick::Quick3DTextureExtension"
               defaultProperty: "textureImages"
               prototype: "Qt3DRender::QTexture2D"
      

      ....

      Attachments

        Issue Links

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

          Activity

            People

              kkohne Kai Köhne
              kkohne Kai Köhne
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes