CMakeLists.txt: require KWindowSystem

if that's not installed at run-time, plasma-mobile shell opens without top/bottom bars and the following is logged in journal:

nov 30 10:34:27 mobian plasmashell[4763]: QQmlComponent: Component is not ready
nov 30 10:34:27 mobian plasmashell[4763]: kf.plasma.quick: "file:///usr/share/plasma/shells/org.kde.plasma.mobileshell/contents/views/Panel.qml"
nov 30 10:34:27 mobian plasmashell[4763]:  "Error loading QML file.\n15: module \"org.kde.kwindowsystem\" is not installed\n"
This commit is contained in:
Marco Mattiolo 2025-11-30 11:25:40 +01:00
parent 2edd1469de
commit efe86cbb1c

View file

@ -76,6 +76,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
KCMUtils
Package
JobWidgets
WindowSystem
)
find_package(Plasma CONFIG REQUIRED)