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

[darwin] permission plugins not loaded in in-tree builds

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.10, 6.11
    • Build System: CMake
    • None
    • macOS

      when doing a build if the qt5 super-repository, the permission plugins are not loaded. e.g. "declarative-camera" does not load the camera plugin.

      the issue seems to be two-fold:

      • QDarwinCameraPermissionPlugin is not linked into the target (seems that the finalizer is not installed proprely or does not pick it up)
      • when it is linked manually, it is not automatically imported, as the `$<$<AND:${separate_request_genex},${has_usage_description_genex}>:${permission_request_flag}>` genex evaluates to "false", because `has_usage_description_genex` evaluates to 0

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

            qtbuildsystem Qt Build System Team
            timblechmann tim blechmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes