diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2023-10-26 09:57:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 09:57:47 +0200 |
commit | 1512810303a19073a0df32a38b76537660a03b3c (patch) | |
tree | a3ab747606a732e4d8f1614af21d9365b9786489 /CMakeLists.txt | |
parent | Fix some qml warnings (diff) | |
parent | Add report message functionality (diff) | |
download | nheko-1512810303a19073a0df32a38b76537660a03b3c.tar.xz |
Merge pull request #1539 from Nheko-Reborn/issue1410
Add report message functionality
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 35a7cfa5..886beec6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -595,7 +595,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 8936559c00542528a7776d774fccb7ff674c9c7f + GIT_TAG f878e29420c037f45b575fbd29a11cabce3c010a ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") @@ -772,6 +772,7 @@ set(QML_SOURCES resources/qml/dialogs/RawMessageDialog.qml resources/qml/dialogs/ReadReceipts.qml resources/qml/dialogs/ReCaptchaDialog.qml + resources/qml/dialogs/ReportMessage.qml resources/qml/dialogs/RoomDirectory.qml resources/qml/dialogs/RoomMembers.qml resources/qml/dialogs/AllowedRoomsSettingsDialog.qml |