From 85f102a2d16495851c2bde4e9cc7372b75a45cf2 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Mon, 18 May 2026 10:13:08 +0200 Subject: [PATCH] Document Breeze QQC2 fallback Mirror the runtime launcher and preview comments in HACKING.md so the remaining org.kde.breeze QQC2 style reference is documented as an explicit dependency, not a Shift theme selector. --- HACKING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HACKING.md b/HACKING.md index c4ad2092..4409e2d5 100644 --- a/HACKING.md +++ b/HACKING.md @@ -201,6 +201,7 @@ export WAYLAND_DISPLAY=shift-kwin export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORMTHEME=KDE export EGL_PLATFORM=wayland +# Shift does not ship a QQC2 style plugin yet, so this remains an explicit runtime dependency. export QT_QUICK_CONTROLS_STYLE=org.kde.breeze export QT_QUICK_CONTROLS_MOBILE=true export PLASMA_PLATFORM=phone:handset