Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
KMix
Commits
1da1a84b
Commit
1da1a84b
authored
Mar 01, 2021
by
Jonathan Marten
Browse files
Install logging categories
parent
76677786
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1da1a84b
...
...
@@ -25,7 +25,7 @@ option(BUILD_DATAENGINE "Build the Plasma dataengine" OFF)
####################################################################################################
set
(
QT_MIN_VERSION
"5.11.0"
)
set
(
KF5_MIN_VERSION
"5.
4
8.0"
)
set
(
KF5_MIN_VERSION
"5.
6
8.0"
)
set
(
PA_MIN_VERSION
"0.9.16"
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
REQUIRED NO_MODULE
)
...
...
@@ -151,6 +151,8 @@ endif (BUILD_DATAENGINE)
ecm_qt_declare_logging_category
(
kmix_debug_SRCS
HEADER kmix_debug.h
IDENTIFIER KMIX_LOG
EXPORT kmixlogging
DESCRIPTION
"KMix sound mixer and volume control"
CATEGORY_NAME org.kde.kmix
)
####################################################################################################
...
...
@@ -374,6 +376,10 @@ install(FILES desktop/kmixctrl_restore.desktop DESTINATION ${KDE_INSTALL_KSERVIC
install
(
PROGRAMS apps/kmixremote DESTINATION
${
KDE_INSTALL_BINDIR
}
)
install
(
FILES desktop/restore_kmix_volumes.desktop DESTINATION
${
KDE_INSTALL_AUTOSTARTDIR
}
)
ecm_qt_install_logging_categories
(
EXPORT kmixlogging
FILE kmix.categories
DESTINATION
"
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
"
)
####################################################################################################
########### end ####################################################################################
####################################################################################################
...
...
Write
Preview
Supports
Markdown
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