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

Effectlib plugins.qmltypes is generated as empty module

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 6.0.0
    • 6.0.0 Beta2
    • Quick: 3D
    • None
    • 1
    • e7a7caabdb43c838f571616fcaa17bb913bb7160 (qt/qtquick3d/dev)
    • Qt Quick 3D - 47/48

    Description

      Qt6 QtQuick3D.Effects lib detects as version 1.0 in QDS, and item library item for Effect type is not generated. I think both happen because effectlib plugins.qmltypes is generated as empty module:

      import QtQuick.tooling 1.2// This file describes the plugin-supplied types contained in the library.
      // It is used for QML tooling purposes only.
      //
      // This file was auto-generated by qmltyperegistrar.
      Module {
      }
       

      It should still contain the QQuick3DEffect on Qt6 as far as I understand. Qt5 plugins.qmltypes for comparison:

      import QtQuick.tooling 1.2// This file describes the plugin-supplied types contained in the library.
      // It is used for QML tooling purposes only.
      //
      // This file was auto-generated by:
      // 'qmlplugindump -nonrelocatable QtQuick3D.Effects 1.15'
      Module {
          dependencies: [
              "QtQuick 2.15",
              "QtQuick.Window 2.1",
              "QtQuick3D 1.15",
              "QtQuick3D.Materials 1.15"
          ]
          Component {
              name: "QQuick3DEffect"
              defaultProperty: "data"
              prototype: "QQuick3DObject"
              exports: ["QtQuick3D.Effects/Effect 1.15"]
              exportMetaObjectRevisions: [0]
              Property { name: "passes"; type: "QQuick3DShaderUtilsRenderPass"; isList: true; isReadonly: true }
          }
      }
       

      Attachments

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

        Activity

          People

            janichol Andy Nichols
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes