[office/marknote] /: we use ecm_qt_install_logging_categories but we don't have generate
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 3636f6cf4f9504ed44ebc6c6a3e8744cd27133b3 by Laurent Montel.
Committed on 15/07/2026 at 18:39.
Pushed by mlaurent into branch 'master'.
we use ecm_qt_install_logging_categories but we don't have generate
debug category
M +0 -6 CMakeLists.txt
https://invent.kde.org/office/marknote/-/commit/3636f6cf4f9504ed44ebc6c6a3e8744cd27133b3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84ca3ce8..87ebcf29 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -114,12 +114,6 @@ if (WITH_KRUNNER)
install(FILES plasma-runner-marknote.desktop DESTINATION ${KDE_INSTALL_DATAROOTDIR}/krunner/dbusplugins)
endif()
-ecm_qt_install_logging_categories(
- EXPORT MARKNOTE
- FILE marknote.categories
- SORT DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
-)
-
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES src/*.cpp src/*.h)