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

Qt3DQuick depends on Qt3DCore private headers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.2, 6.3, 6.4
    • Qt3D
    • None
    • All

      The module Qt3DQuick has a transitive dependency to 3dcore_private. This leads to "Project ERROR: Unknown module(s) in QT: 3dcore-private" although private headers are not needed in a project. Ubuntu does not provide private headers of 3dcore, thus, you cannot build projects based on Qt3DQuick on Ubuntu.

      I helped myself by defining 3dcore_private:

      QT.3dcore_private.name = Qt3DCore
      QT += 3dquick

      Since this workaround runs fine dependency to 3dcore_private is unnessesary.

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

            seanharmer Sean Harmer
            docjambi Peter Droste
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes