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>
This commit is contained in:
parent
e970b7487a
commit
3126be7231
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user