forked from quickshell/quickshell
window: generate qmltypes
This commit is contained in:
parent
4e48c6eefb
commit
9980f8587e
9 changed files with 51 additions and 8 deletions
|
@ -11,12 +11,17 @@ qt_add_qml_module(quickshell-window
|
|||
VERSION 0.1
|
||||
)
|
||||
|
||||
add_library(quickshell-window-init OBJECT init.cpp)
|
||||
|
||||
target_link_libraries(quickshell-window PRIVATE ${QT_DEPS} Qt6::QuickPrivate)
|
||||
target_link_libraries(quickshell-windowplugin PRIVATE ${QT_DEPS})
|
||||
target_link_libraries(quickshell-window-init PRIVATE ${QT_DEPS})
|
||||
|
||||
qs_pch(quickshell-window)
|
||||
qs_pch(quickshell-windowplugin)
|
||||
qs_pch(quickshell-window-init)
|
||||
|
||||
target_link_libraries(quickshell PRIVATE quickshell-windowplugin)
|
||||
target_link_libraries(quickshell PRIVATE quickshell-windowplugin quickshell-window-init)
|
||||
|
||||
if (BUILD_TESTING)
|
||||
add_subdirectory(test)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue