Install logging categories

This commit is contained in:
Nicolas Fella 2026-04-06 13:39:00 +02:00
parent f553dc96b8
commit 31fe7c0d37
4 changed files with 10 additions and 1 deletions

View file

@ -170,3 +170,9 @@ if (INSTALL_SYSTEMD_SERVICE)
DESTINATION ${KDE_INSTALL_SYSTEMDUNITDIR}/system
)
endif()
ecm_qt_install_logging_categories(
EXPORT PLASMA_MOBILE
FILE plasmamobile.categories
DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
)

View file

@ -65,6 +65,7 @@ ecm_qt_declare_logging_category(waydroidintegrationplugin
DEFAULT_SEVERITY Warning
CATEGORY_NAME org.kde.plasma.private.mobileshell.waydroidintegrationplugin
DESCRIPTION "Plugin to add Waydroid Integration on Plasma"
EXPORT PLASMA_MOBILE
)
add_subdirectory(kauth)

View file

@ -26,4 +26,5 @@ ecm_qt_declare_logging_category(kded_plasma_mobile_autodetect_apn
IDENTIFIER AUTODETECTAPN_LOG
CATEGORY_NAME org.kde.plasma.autodetectapn
DESCRIPTION "Plasma Mobile Autodetect APNs"
EXPORT PLASMA_MOBILE
)

View file

@ -24,4 +24,5 @@ ecm_qt_declare_logging_category(flashlighthelper
DEFAULT_SEVERITY Warning
CATEGORY_NAME org.kde.plasma.mobileshell.flashlighthelper
DESCRIPTION "Helper for Flashlight for some actions need root access"
)
EXPORT PLASMA_MOBILE
)