Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
PowerDevil
Commits
0f9a089d
Commit
0f9a089d
authored
Jan 21, 2021
by
Laurent Montel
Browse files
Autogenerate categories file
parent
6a05444b
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0f9a089d
...
...
@@ -85,7 +85,11 @@ add_subdirectory(daemon)
add_subdirectory
(
kcmodule
)
add_subdirectory
(
doc
)
install
(
FILES powerdevil.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
ecm_qt_install_logging_categories
(
EXPORT POWERDEVIL
FILE powerdevil.categories
DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
install
(
FILES powerdevil.notifyrc DESTINATION
${
KDE_INSTALL_KNOTIFY5RCDIR
}
)
# add clang-format target for all our real source files
...
...
daemon/CMakeLists.txt
View file @
0f9a089d
...
...
@@ -52,7 +52,8 @@ ecm_qt_declare_logging_category(powerdevilcore_SRCS
HEADER powerdevil_debug.h
IDENTIFIER POWERDEVIL
CATEGORY_NAME org.kde.powerdevil
DEFAULT_SEVERITY Warning
)
DEFAULT_SEVERITY Warning
DESCRIPTION
"Powerdevil"
EXPORT POWERDEVIL
)
kconfig_add_kcfg_files
(
powerdevilcore_SRCS ../PowerDevilSettings.kcfgc
)
...
...
powerdevil.categories
deleted
100644 → 0
View file @
6a05444b
org.kde.powerdevil Powerdevil DEFAULT_SEVERITY [WARNING] IDENTIFIER [POWERDEVIL]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment