forked from quickshell/quickshell
wayland/screencopy: add screencopy
This commit is contained in:
parent
918dd2392d
commit
cd429142a4
37 changed files with 3149 additions and 3 deletions
16
src/wayland/screencopy/hyprland_screencopy/CMakeLists.txt
Normal file
16
src/wayland/screencopy/hyprland_screencopy/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
qt_add_library(quickshell-wayland-screencopy-hyprland STATIC
|
||||
hyprland_screencopy.cpp
|
||||
)
|
||||
|
||||
wl_proto(wlp-hyprland-screencopy hyprland-toplevel-export-v1 "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
target_link_libraries(quickshell-wayland-screencopy-hyprland PRIVATE
|
||||
Qt::WaylandClient Qt::WaylandClientPrivate wayland-client
|
||||
Qt::Quick # for pch
|
||||
)
|
||||
|
||||
target_link_libraries(quickshell-wayland-screencopy-hyprland PUBLIC
|
||||
wlp-hyprland-screencopy wlp-foreign-toplevel
|
||||
)
|
||||
|
||||
qs_pch(quickshell-wayland-screencopy-hyprland SET large)
|
||||
Loading…
Add table
Add a link
Reference in a new issue