Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
PowerDevil
Commits
0f9a089d
Commit
0f9a089d
authored
Jan 21, 2021
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Autogenerate categories file
parent
6a05444b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
CMakeLists.txt
CMakeLists.txt
+5
-1
daemon/CMakeLists.txt
daemon/CMakeLists.txt
+2
-1
powerdevil.categories
powerdevil.categories
+0
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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