Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.8.0
-
None
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
- duplicates
-
QTBUG-38296 Allow blacklisting unneeded libraries or plugins
- Closed