refactor(wayland): start factoring wayland out of ShellWindow

This commit is contained in:
outfoxxed 2024-02-19 00:36:51 -08:00
parent 55bcae4d62
commit 5bbd0333ef
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 257 additions and 186 deletions

View file

@ -40,6 +40,7 @@ qt_add_executable(quickshell
src/cpp/watcher.cpp
src/cpp/region.cpp
src/cpp/persistentprops.cpp
src/cpp/shellwindow.cpp
)
qt_add_qml_module(quickshell URI QuickShell)