diff options
author | Alexey Edelev <alexey.edelev@qt.io> | 2021-05-19 17:09:43 +0200 |
---|---|---|
committer | Alexey Edelev <alexey.edelev@qt.io> | 2021-05-31 15:23:59 +0200 |
commit | 4f674d52ba2c6398c24f0ea39423e448d26e6743 (patch) | |
tree | 61b411f8abf2daa22be7be561ce4d4026021dca6 | |
parent | b763917e2d2709a335d1fe9e5f87098bb6a2c794 (diff) | |
download | qtwayland-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>
3 files changed, 8 insertions, 8 deletions
diff --git a/src/hardwareintegration/client/wayland-egl/CMakeLists.txt b/src/hardwareintegration/client/wayland-egl/CMakeLists.txt index 0974f2ec..8ab1ef6f 100644 --- a/src/hardwareintegration/client/wayland-egl/CMakeLists.txt +++ b/src/hardwareintegration/client/wayland-egl/CMakeLists.txt @@ -1,11 +1,11 @@ # Generated from wayland-egl.pro. ##################################################################### -## WaylandEglClientHwIntegration Module: +## WaylandEglClientHwIntegrationPrivate Module: ##################################################################### qt_find_package(EGL) # special case -qt_internal_add_module(WaylandEglClientHwIntegration +qt_internal_add_module(WaylandEglClientHwIntegrationPrivate CONFIG_MODULE_NAME wayland_egl_client_hw_integration INTERNAL_MODULE SOURCES diff --git a/src/hardwareintegration/compositor/wayland-egl/CMakeLists.txt b/src/hardwareintegration/compositor/wayland-egl/CMakeLists.txt index 0858d492..2e81f902 100644 --- a/src/hardwareintegration/compositor/wayland-egl/CMakeLists.txt +++ b/src/hardwareintegration/compositor/wayland-egl/CMakeLists.txt @@ -1,9 +1,9 @@ ##################################################################### -## WaylandEglCompositorHwIntegration Module: +## WaylandEglCompositorHwIntegrationPrivate Module: ##################################################################### qt_find_package(EGL) # special case -qt_internal_add_module(WaylandEglCompositorHwIntegration +qt_internal_add_module(WaylandEglCompositorHwIntegrationPrivate CONFIG_MODULE_NAME wayland_egl_compositor_hw_integration INTERNAL_MODULE SOURCES 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 ) |