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

Make static plugins more embedded friendly

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • P3: Somewhat important
    • 5.7.0
    • 4.4.3
    • Core: Plugins
    • None
    • 16cd053331d21bb1db9197bcbae783f28a1e0c9b 6c76fdc7616ac3b62c5750600bd6d5985dbceb20

    Description

      In a static build, we have the Q_IMPORT_PLUGIN macro to import plugins into a static build.

      Unfortunately, this doesn't work when QT_NO_LIBRARY is set - which most people set when doing a static build. (QLibrary is mostly useless in a static build).

      Suggest to refactor the plugin loader to still work with static plugins even though QT_NO_LIBRARY is set.

      Attachments

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

        Activity

          People

            ulherman Ulf Hermann
            fernenge Harald Fernengel
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes