Skip to content

Check if QQC2 style exists before using in Qt6, set org.kde.breeze in Qt5

Joshua Goins requested to merge work/redstrate/fix-breeze-check into master

If we set the requested style to org.kde.breeze, the application crashes and burns if it's not installed. To prevent that from happening to some important QGuiApplications (like the lockscreen) check if it's installed in the import paths.

@apol @broulik @davidre

Edited by Joshua Goins

Merge request reports