Use libQuotient qml module

This commit is contained in:
Tobias Fella
2025-08-31 22:35:44 +02:00
parent 6d18d1a237
commit b80a2f94f4
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 DEPENDENCIES
QtCore QtCore
QtQuick QtQuick
io.github.quotient_im.libquotient
IMPORTS IMPORTS
io.github.quotient_im.libquotient
org.kde.neochat.libneochat org.kde.neochat.libneochat
org.kde.neochat.rooms org.kde.neochat.rooms
org.kde.neochat.roominfo org.kde.neochat.roominfo

View File

@@ -62,7 +62,7 @@ ecm_add_qml_module(LibNeoChat GENERATE_PLUGIN_SOURCE
qml/SearchPage.qml qml/SearchPage.qml
qml/CreateRoomDialog.qml qml/CreateRoomDialog.qml
qml/CreateSpaceDialog.qml qml/CreateSpaceDialog.qml
DEPENDENCIES IMPORTS
io.github.quotient_im.libquotient io.github.quotient_im.libquotient
) )

View File

@@ -13,7 +13,7 @@ import org.kde.kirigamiaddons.formcard as FormCard
import org.kde.neochat import org.kde.neochat
import Quotient import Quotient // TODO: Remove once we depend on the libquotient qml module
FormCard.FormCardPage { FormCard.FormCardPage {
id: root id: root