More qml files to go in timeline module
This commit is contained in:
@@ -100,14 +100,11 @@ ecm_add_qml_module(neochat URI org.kde.neochat GENERATE_PLUGIN_SOURCE
|
|||||||
qml/EmojiSas.qml
|
qml/EmojiSas.qml
|
||||||
qml/ConfirmDeactivateAccountDialog.qml
|
qml/ConfirmDeactivateAccountDialog.qml
|
||||||
qml/VerificationCanceled.qml
|
qml/VerificationCanceled.qml
|
||||||
qml/MessageDelegateContextMenu.qml
|
|
||||||
qml/FileDelegateContextMenu.qml
|
|
||||||
qml/MessageSourceSheet.qml
|
qml/MessageSourceSheet.qml
|
||||||
qml/ConfirmEncryptionDialog.qml
|
qml/ConfirmEncryptionDialog.qml
|
||||||
qml/RoomSearchPage.qml
|
qml/RoomSearchPage.qml
|
||||||
qml/RoomPinnedMessagesPage.qml
|
qml/RoomPinnedMessagesPage.qml
|
||||||
qml/LocationChooser.qml
|
qml/LocationChooser.qml
|
||||||
qml/TimelineView.qml
|
|
||||||
qml/InvitationView.qml
|
qml/InvitationView.qml
|
||||||
qml/AvatarTabButton.qml
|
qml/AvatarTabButton.qml
|
||||||
qml/OsmLocationPlugin.qml
|
qml/OsmLocationPlugin.qml
|
||||||
@@ -132,7 +129,6 @@ ecm_add_qml_module(neochat URI org.kde.neochat GENERATE_PLUGIN_SOURCE
|
|||||||
qml/UserSearchPage.qml
|
qml/UserSearchPage.qml
|
||||||
qml/ManualUserDialog.qml
|
qml/ManualUserDialog.qml
|
||||||
qml/RecommendedSpaceDialog.qml
|
qml/RecommendedSpaceDialog.qml
|
||||||
qml/DelegateContextMenu.qml
|
|
||||||
qml/ShareDialog.qml
|
qml/ShareDialog.qml
|
||||||
qml/UnlockSSSSDialog.qml
|
qml/UnlockSSSSDialog.qml
|
||||||
qml/QrScannerPage.qml
|
qml/QrScannerPage.qml
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ ecm_add_qml_module(Timeline GENERATE_PLUGIN_SOURCE
|
|||||||
URI org.kde.neochat.timeline
|
URI org.kde.neochat.timeline
|
||||||
OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/src/org/kde/neochat/timeline
|
OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/src/org/kde/neochat/timeline
|
||||||
QML_FILES
|
QML_FILES
|
||||||
|
TimelineView.qml
|
||||||
EventDelegate.qml
|
EventDelegate.qml
|
||||||
HiddenDelegate.qml
|
HiddenDelegate.qml
|
||||||
MessageDelegate.qml
|
MessageDelegate.qml
|
||||||
@@ -54,6 +55,9 @@ ecm_add_qml_module(Timeline GENERATE_PLUGIN_SOURCE
|
|||||||
TextComponent.qml
|
TextComponent.qml
|
||||||
ThreadBodyComponent.qml
|
ThreadBodyComponent.qml
|
||||||
VideoComponent.qml
|
VideoComponent.qml
|
||||||
|
DelegateContextMenu.qml
|
||||||
|
FileDelegateContextMenu.qml
|
||||||
|
MessageDelegateContextMenu.qml
|
||||||
SOURCES
|
SOURCES
|
||||||
contentprovider.cpp
|
contentprovider.cpp
|
||||||
locationhelper.cpp
|
locationhelper.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user