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
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
17 changed files with 27 additions and 2 deletions

View file

@ -16,6 +16,7 @@ endif()
qt_add_qml_module(quickshell-io
URI Quickshell.Io
VERSION 0.1
DEPENDENCIES QtQml
QML_FILES
FileView.qml
)