Revert "Use libQuotient qml module"

This reverts commit b80a2f94f4.
This commit is contained in:
Tobias Fella
2025-09-03 00:00:16 +02:00
parent 8ff3b31497
commit cea5006e15
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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
)

View File

@@ -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