┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2021-01-23 09:23:41 +0100
committerLaurent Montel <[email protected]>2021-01-23 09:23:41 +0100
commit8236e95c765b27edfb7d3ae17635518a0120e029 (patch)
tree9c6bf8954c4cffb2fd8aa0ba3432d9a83de515a5 /CMakeLists.txt
parentaac6a5245f48194828283fe5ed81a212ede6bc3c (diff)
Autogenerate categories file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dc682e2fb..cb6397f76 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -178,7 +178,10 @@ ecm_generate_dbus_service_file(
ecm_install_configured_files(INPUT plasma-dolphin.service.in DESTINATION ${SYSTEMD_USER_UNIT_INSTALL_DIR})
-install(FILES dolphin.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-
+ecm_qt_install_logging_categories(
+ EXPORT DOLPHIN
+ FILE dolphin.categories
+ DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
+ )
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)