Move the threepid stuff to settings

This commit is contained in:
James Graham
2025-04-12 17:52:12 +01:00
parent 3a4bc18d45
commit 09cb2bd261
8 changed files with 4 additions and 6 deletions

View File

@@ -92,14 +92,8 @@ add_library(neochat STATIC
models/roomtreeitem.cpp
models/roomtreeitem.h
foreigntypes.h
models/threepidmodel.cpp
models/threepidmodel.h
threepidaddhelper.cpp
threepidaddhelper.h
identityserverhelper.cpp
identityserverhelper.h
threepidbindhelper.cpp
threepidbindhelper.h
enums/roomsortparameter.cpp
enums/roomsortparameter.h
models/roomsortparametermodel.cpp

View File

@@ -46,18 +46,22 @@ ecm_add_qml_module(Settings GENERATE_PLUGIN_SOURCE
RoomProfile.qml
SOURCES
colorschemer.cpp
threepidaddhelper.cpp
threepidbindhelper.cpp
models/accountemoticonmodel.cpp
models/devicesmodel.cpp
models/devicesproxymodel.cpp
models/emoticonfiltermodel.cpp
models/permissionsmodel.cpp
models/pushrulemodel.cpp
models/threepidmodel.cpp
)
target_include_directories(Settings PRIVATE ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/models)
target_link_libraries(Settings PRIVATE
KF6::ColorScheme
KF6::I18n
QuotientQt6
LibNeoChat
)