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
14
src/wayland/screencopy/wlr_screencopy/CMakeLists.txt
Normal file
14
src/wayland/screencopy/wlr_screencopy/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
qt_add_library(quickshell-wayland-screencopy-wlr STATIC
|
||||
wlr_screencopy.cpp
|
||||
)
|
||||
|
||||
wl_proto(wlp-wlr-screencopy wlr-screencopy-unstable-v1 "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
target_link_libraries(quickshell-wayland-screencopy-wlr PRIVATE
|
||||
Qt::WaylandClient Qt::WaylandClientPrivate wayland-client
|
||||
Qt::Quick # for pch
|
||||
)
|
||||
|
||||
target_link_libraries(quickshell-wayland-screencopy-wlr PUBLIC wlp-wlr-screencopy)
|
||||
|
||||
qs_pch(quickshell-wayland-screencopy-wlr SET large)
|
||||
Loading…
Add table
Add a link
Reference in a new issue