Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.3, 6.8
-
None
Description
I've noticed that some unused libs
(e.g. libQt6QuickControls2Basic_arm64-v8a.so, libQt6QuickControls2BasicStyleImpl_arm64-v8a.so, libQt6QmlModels_arm64-v8a.so, libqml_QtQml_Models_modelsplugin_arm64-v8a.so - 'Basic' Qt Quick Controls 2 style and Qt Qml models, while only 'Material' style used in project and nothing from models are used)
are bundled into app package, increasing its size and i dint find any documented way to exclude them from being bundled into APK.
Is it possible to exclude them via CMake qt_import_plugins() command, if so how to list them?