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

QT_FEATURE_* can not be used

XMLWordPrintable

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

      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)

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

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

              Created:
              Updated:

                There are no open Gerrit changes