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

static_plugin finalizer mode not applied to shared libraries

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.2.0 RC
    • Build System: CMake
    • None

      The target finalization logic for executable targets honors the static_plugin finalizer mode by calling __qt_internal_apply_plugin_imports_finalizer_mode() towards the end of finalization. There is no such call for shared library targets. It is possible that someone may need to build a shared library with a statically built Qt, so we should support this scenario too.

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

            qtbuildsystem Qt Build System Team
            crscott Craig Scott
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes