From 7c9db51c1ddbf68f539c5d472907ccdd9cb9205b Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 2 Nov 2018 13:23:10 +0100 Subject: Autogenerate debug file + install debug categories file --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5aff4b0fa..4a1f173d8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -106,9 +106,10 @@ set(dolphinprivate_LIB_SRCS dolphinremoveaction.cpp middleclickactioneventfilter.cpp dolphinnewfilemenu.cpp - dolphindebug.cpp ) +ecm_qt_declare_logging_category(dolphinprivate_LIB_SRCS HEADER dolphindebug.h IDENTIFIER DolphinDebug CATEGORY_NAME org.kde.dolphin) + if(HAVE_BALOO) set(dolphinprivate_LIB_SRCS ${dolphinprivate_LIB_SRCS} -- cgit v1.3.1