From b5a08d87b768ba125cef4d457db3f7cf87ff27a1 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Wed, 12 Feb 2020 23:56:17 +0100 Subject: [PATCH] Use ecm_qt_install_logging_categories over manual categories file --- src/wayland/CMakeLists.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/wayland/CMakeLists.txt b/src/wayland/CMakeLists.txt index 3de91df41d..4e798507b3 100644 --- a/src/wayland/CMakeLists.txt +++ b/src/wayland/CMakeLists.txt @@ -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