From aacb097650ab6341c955cf0220f9d3c746543c05 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 8 Aug 2025 13:42:24 +0200 Subject: [PATCH] Add libQuotient qml module dependencies The module doesn't exist upstream yet; this will just be ignored in that case --- src/app/CMakeLists.txt | 1 + src/libneochat/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index 56e001549..b2e681cdc 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -104,6 +104,7 @@ ecm_add_qml_module(neochat URI org.kde.neochat GENERATE_PLUGIN_SOURCE DEPENDENCIES QtCore QtQuick + com.github.quotient_im.libquotient IMPORTS org.kde.neochat.libneochat org.kde.neochat.rooms diff --git a/src/libneochat/CMakeLists.txt b/src/libneochat/CMakeLists.txt index b8f76a3f3..ef9ac2b53 100644 --- a/src/libneochat/CMakeLists.txt +++ b/src/libneochat/CMakeLists.txt @@ -58,6 +58,8 @@ ecm_add_qml_module(LibNeoChat GENERATE_PLUGIN_SOURCE qml/SearchPage.qml qml/CreateRoomDialog.qml qml/CreateSpaceDialog.qml + DEPENDENCIES + com.github.quotient_im.libquotient ) ecm_qt_declare_logging_category(LibNeoChat