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
KWin
Commits
b5a08d87
Commit
b5a08d87
authored
Feb 12, 2020
by
Friedrich W. H. Kossebau
Browse files
Use ecm_qt_install_logging_categories over manual categories file
parent
ca7ff1ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/CMakeLists.txt
View file @
b5a08d87
...
...
@@ -65,7 +65,14 @@ set(SERVER_LIB_SRCS
xdgshell_v6_interface.cpp
)
ecm_qt_declare_logging_category
(
SERVER_LIB_SRCS HEADER logging.h IDENTIFIER KWAYLAND_SERVER CATEGORY_NAME kwayland-server DEFAULT_SEVERITY Critical
)
ecm_qt_declare_logging_category
(
SERVER_LIB_SRCS
HEADER logging.h
IDENTIFIER KWAYLAND_SERVER
CATEGORY_NAME kwayland-server
DEFAULT_SEVERITY Critical
DESCRIPTION
"KWayland Server Library"
EXPORT KWAYLAND
)
ecm_add_wayland_server_protocol
(
SERVER_LIB_SRCS
PROTOCOL
${
KWayland_SOURCE_DIR
}
/src/client/protocols/output-management.xml
...
...
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