mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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:
parent
2edd1469de
commit
efe86cbb1c
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
|
|||
KCMUtils
|
||||
Package
|
||||
JobWidgets
|
||||
WindowSystem
|
||||
)
|
||||
|
||||
find_package(Plasma CONFIG REQUIRED)
|
||||
|
|
|
|||
Loading…
Reference in a new issue