From b80a2f94f4641c5674e3ef071b0604f59f6cca2c Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 31 Aug 2025 22:35:44 +0200 Subject: [PATCH] Use libQuotient qml module --- src/app/CMakeLists.txt | 2 +- src/libneochat/CMakeLists.txt | 2 +- src/settings/RoomSecurityPage.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index 3d117c538..93e0b994f 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -104,8 +104,8 @@ ecm_add_qml_module(neochat URI org.kde.neochat GENERATE_PLUGIN_SOURCE DEPENDENCIES QtCore QtQuick - io.github.quotient_im.libquotient IMPORTS + io.github.quotient_im.libquotient org.kde.neochat.libneochat org.kde.neochat.rooms org.kde.neochat.roominfo diff --git a/src/libneochat/CMakeLists.txt b/src/libneochat/CMakeLists.txt index bcac0a51a..f74d6a3ed 100644 --- a/src/libneochat/CMakeLists.txt +++ b/src/libneochat/CMakeLists.txt @@ -62,7 +62,7 @@ ecm_add_qml_module(LibNeoChat GENERATE_PLUGIN_SOURCE qml/SearchPage.qml qml/CreateRoomDialog.qml qml/CreateSpaceDialog.qml - DEPENDENCIES + IMPORTS io.github.quotient_im.libquotient ) diff --git a/src/settings/RoomSecurityPage.qml b/src/settings/RoomSecurityPage.qml index 401a59d7b..d4c76bada 100644 --- a/src/settings/RoomSecurityPage.qml +++ b/src/settings/RoomSecurityPage.qml @@ -13,7 +13,7 @@ import org.kde.kirigamiaddons.formcard as FormCard import org.kde.neochat -import Quotient +import Quotient // TODO: Remove once we depend on the libquotient qml module FormCard.FormCardPage { id: root