Move the threepid stuff to settings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user