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
|
||||
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
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user