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

Make it possible to filter plugins out of deployment

    XMLWordPrintable

Details

    Description

      It is quite common case when the application requires only JPG image format support but

      {android,mac,win}

      deployqt tool deploys every single plugin it finds in plugins/imageformats. Furthermore, one can not exclude qmltooling plugins from his release/signed APK despite qml_debug is disabled and said plugins will never be loaded.

      I think it would be really nice if something like

      DEPLOYMENT_PLUGIN += \
          iconengines/* \
          imageformats/qjpeg
      

      become available for all supported deployment tools

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.graphics.and.multimedia Qt Graphics Team
              ritt.ks Konstantin Ritt
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes