[Interest] Android: do not deploy FFmpeg media plugin

Alexey Edelev semlanik at gmail.com
Fri Mar 8 09:19:50 CET 2024


Hi,

We introduced more precise plugin deployment mechanism recently, so you can
try adding something like:
qt_import_plugins(<apk_app_target>
    EXCLUDE Qt6::QFFmpegMediaPlugin
)
See https://doc.qt.io/qt-6/qt-import-plugins.html for details.

Regards,
Alexey

пт, 8 мар. 2024 г. в 08:15, Alexander Dyagilev <alervdvcw at gmail.com>:

> Hello,
>
> I've updated my app from Qt 6.4.3 to 6.6.2 and found that APK size is
> increased on 12% (5MB). The culprit is FFmeg media plugin. It's deployed
> automatically by androiddeployqt utility.
>
> Is there a way to tell it to not deploy this plugin? We do not use it.
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20240308/6c5eacc6/attachment.htm>


More information about the Interest mailing list