forked from quickshell/quickshell
build: only install necessary qml module files
This commit is contained in:
parent
2e18340995
commit
1168879d6d
22 changed files with 130 additions and 19 deletions
|
@ -10,6 +10,8 @@ qt_add_qml_module(quickshell-x11
|
|||
VERSION 0.1
|
||||
)
|
||||
|
||||
install_qml_module(quickshell-x11)
|
||||
|
||||
add_library(quickshell-x11-init OBJECT init.cpp)
|
||||
|
||||
target_link_libraries(quickshell-x11 PRIVATE ${QT_DEPS} ${XCB_LIBRARIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue