summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-05-19 17:09:43 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-05-31 15:23:59 +0200
commit4f674d52ba2c6398c24f0ea39423e448d26e6743 (patch)
tree61b411f8abf2daa22be7be561ce4d4026021dca6 /src/plugins
parentb763917e2d2709a335d1fe9e5f87098bb6a2c794 (diff)
downloadqtwayland-4f674d52ba2c6398c24f0ea39423e448d26e6743.tar.gz
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 <alexandru.croitor@qt.io>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/shellintegration/wl-shell/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/shellintegration/wl-shell/CMakeLists.txt b/src/plugins/shellintegration/wl-shell/CMakeLists.txt
index e87bc5c4..0a0a83d1 100644
--- a/src/plugins/shellintegration/wl-shell/CMakeLists.txt
+++ b/src/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
)