From df845939a422603729dd766019c01e9328f76d0c Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Tue, 22 Feb 2022 00:09:09 +0100 Subject: [PATCH] Fix kdebugsettings categories file By using the same EXPORT for ecm_qt_declare_logging_category and ecm_qt_install_logging_categories. --- src/wayland/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/CMakeLists.txt b/src/wayland/CMakeLists.txt index b508a7f9bf..a541577939 100644 --- a/src/wayland/CMakeLists.txt +++ b/src/wayland/CMakeLists.txt @@ -77,7 +77,7 @@ ecm_qt_declare_logging_category(SERVER_LIB_SRCS CATEGORY_NAME kwayland-server DEFAULT_SEVERITY Critical DESCRIPTION "KWayland Server Library" - EXPORT KWAYLAND + EXPORT KWAYLANDSERVER ) ecm_add_qtwayland_server_protocol_kde(SERVER_LIB_SRCS