Use libQuotient qml module
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user