From 3126be72311559ab1e2145ebaff5d81579a52c95 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Wed, 19 May 2021 17:09:43 +0200 Subject: [PATCH] Add the 'Private' suffix to the internal module names Rename internal modules to adjust their names to the internal module policy. Change-Id: Ib9604c0b0dbd2a216d48df3797e912983f7e3c8f Reviewed-by: Alexandru Croitor --- .../plugins/shellintegration/wl-shell/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/platforms/wayland/plugins/shellintegration/wl-shell/CMakeLists.txt b/src/plugins/platforms/wayland/plugins/shellintegration/wl-shell/CMakeLists.txt index e87bc5c4015..0a0a83d1bd0 100644 --- a/src/plugins/platforms/wayland/plugins/shellintegration/wl-shell/CMakeLists.txt +++ b/src/plugins/platforms/wayland/plugins/shellintegration/wl-shell/CMakeLists.txt @@ -1,10 +1,10 @@ # Generated from wl-shell.pro. ##################################################################### -## WlShellIntegration Module: +## WlShellIntegrationPrivate Module: ##################################################################### -qt_internal_add_module(WlShellIntegration +qt_internal_add_module(WlShellIntegrationPrivate CONFIG_MODULE_NAME wl_shell_integration INTERNAL_MODULE SOURCES @@ -16,7 +16,7 @@ qt_internal_add_module(WlShellIntegration Wayland::Client ) -qt6_generate_wayland_protocol_client_sources(WlShellIntegration +qt6_generate_wayland_protocol_client_sources(WlShellIntegrationPrivate FILES ${CMAKE_CURRENT_SOURCE_DIR}/../../../3rdparty/protocol/wayland.xml ) @@ -27,7 +27,7 @@ qt6_generate_wayland_protocol_client_sources(WlShellIntegration ## Scopes: ##################################################################### -qt_internal_extend_target(WlShellIntegration CONDITION QT_FEATURE_xkbcommon +qt_internal_extend_target(WlShellIntegrationPrivate CONDITION QT_FEATURE_xkbcommon LIBRARIES XKB::XKB )