all: add DEPENDENCIES entries to qml modules

Fixes some qmlls/qmllint issues.
This commit is contained in:
outfoxxed 2024-10-31 13:45:26 -07:00
parent 9980f8587e
commit a931adf033
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
17 changed files with 27 additions and 2 deletions

View file

@ -7,6 +7,7 @@ qt_add_library(quickshell-hyprland-focus-grab STATIC
qt_add_qml_module(quickshell-hyprland-focus-grab
URI Quickshell.Hyprland._FocusGrab
VERSION 0.1
DEPENDENCIES QtQml Quickshell
)
wl_proto(quickshell-hyprland-focus-grab

View file

@ -7,6 +7,7 @@ qt_add_library(quickshell-hyprland-global-shortcuts STATIC
qt_add_qml_module(quickshell-hyprland-global-shortcuts
URI Quickshell.Hyprland._GlobalShortcuts
VERSION 0.1
DEPENDENCIES QtQml
)
wl_proto(quickshell-hyprland-global-shortcuts

View file

@ -8,6 +8,7 @@ qt_add_library(quickshell-hyprland-ipc STATIC
qt_add_qml_module(quickshell-hyprland-ipc
URI Quickshell.Hyprland._Ipc
VERSION 0.1
DEPENDENCIES QtQml Quickshell
)
target_link_libraries(quickshell-hyprland-ipc PRIVATE ${QT_DEPS})