From cea5006e1589a219702322800f283c6dc52ce7b4 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Wed, 3 Sep 2025 00:00:16 +0200 Subject: [PATCH] Revert "Use libQuotient qml module" This reverts commit b80a2f94f4641c5674e3ef071b0604f59f6cca2c. --- 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 93e0b994f..3d117c538 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 - IMPORTS io.github.quotient_im.libquotient + IMPORTS 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 f74d6a3ed..bcac0a51a 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 - IMPORTS + DEPENDENCIES io.github.quotient_im.libquotient ) diff --git a/src/settings/RoomSecurityPage.qml b/src/settings/RoomSecurityPage.qml index d4c76bada..401a59d7b 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 // TODO: Remove once we depend on the libquotient qml module +import Quotient FormCard.FormCardPage { id: root