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

QT_FEATURE_* can not be used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P1: Critical
    • None
    • 6.5.1
    • Qt3D
    • None

    Description

      There is the possibility to enable and disable feature like here: https://github.com/qt/qt3d/blob/dev/src/CMakeLists.txt#L6

      But add_subdirectory(plugins/sceneparsers) -> add_subdirectory(gltf) adds a hard dependency on Qt::3DExtras. And Qt::3DExtras depends on the input, logic and render feature so having the features here is useless because you have to enable them anyway

      The features are currently used by vcpkg here, but I am totally fine with removing them and making them a hard requirement (actually I don't care if you fix or remove them, but the current state is broken)

      Attachments

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

        Activity

          People

            seanharmer Sean Harmer
            autoantwort autoantwort
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes