Clean up chatbarcache

This commit is contained in:
Tobias Fella
2026-02-20 13:18:43 +01:00
parent 23c0bdb647
commit 0375ef99a5
5 changed files with 33 additions and 75 deletions

View File

@@ -60,6 +60,13 @@ target_sources(LibNeoChat PRIVATE
models/widgetmodel.h
)
ecm_qt_declare_logging_category(LibNeoChat
HEADER "chatbarlogging.h"
IDENTIFIER "ChatBar"
CATEGORY_NAME "org.kde.neochat.chatbar"
DEFAULT_SEVERITY Info
)
if (TARGET KF6::KIOWidgets)
target_compile_definitions(LibNeoChat PUBLIC -DHAVE_KIO)
endif()