build: only install necessary qml module files

This commit is contained in:
outfoxxed 2024-11-04 14:13:37 -08:00
parent 2e18340995
commit 1168879d6d
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
22 changed files with 130 additions and 19 deletions

View file

@ -12,6 +12,8 @@ qt_add_qml_module(quickshell-wayland-layershell
DEPENDENCIES QtQuick Quickshell
)
install_qml_module(quickshell-wayland-layershell)
wl_proto(quickshell-wayland-layershell wlr-layer-shell-unstable-v1 "${CMAKE_CURRENT_SOURCE_DIR}/wlr-layer-shell-unstable-v1.xml")
target_link_libraries(quickshell-wayland-layershell PRIVATE ${QT_DEPS} wayland-client)