forked from quickshell/quickshell
hyprland/focus_grab: add HyprlandFocusGrab
This commit is contained in:
parent
e7cfb5cf37
commit
87a884ca36
15 changed files with 607 additions and 0 deletions
11
src/wayland/hyprland/CMakeLists.txt
Normal file
11
src/wayland/hyprland/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
qt_add_library(quickshell-hyprland STATIC)
|
||||
qt_add_qml_module(quickshell-hyprland URI Quickshell.Hyprland VERSION 0.1)
|
||||
|
||||
add_subdirectory(focus_grab)
|
||||
|
||||
target_link_libraries(quickshell-hyprland PRIVATE ${QT_DEPS})
|
||||
|
||||
qs_pch(quickshell-hyprland)
|
||||
qs_pch(quickshell-hyprlandplugin)
|
||||
|
||||
target_link_libraries(quickshell PRIVATE quickshell-hyprlandplugin)
|
Loading…
Add table
Add a link
Reference in a new issue