Skip to content

Work around Kirigami Addons now having a QtWidgets dependency

Volker Krause requested to merge work/cherry-pick-978b3f8d into release/24.05

That's caused by using Qt.labs.platform for the FormCard color dialog, which we don't need here. So forcefully exclude that from the APK, which then also avoids QtWidget being pulled in.

(cherry picked from commit 978b3f8d)

Merge request reports