diff options
| author | Laurent Montel <[email protected]> | 2018-11-02 13:23:10 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2018-11-02 13:23:10 +0100 |
| commit | 7c9db51c1ddbf68f539c5d472907ccdd9cb9205b (patch) | |
| tree | 25047c1e43bd0a56338fb94243ed50a84cd178b1 /src/CMakeLists.txt | |
| parent | 7cd22e7a8864d73beae6a13fd0f106be1d7a9395 (diff) | |
Autogenerate debug file + install debug categories file
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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} |
