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.
|
# 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
|
CONFIG_MODULE_NAME wl_shell_integration
|
||||||
INTERNAL_MODULE
|
INTERNAL_MODULE
|
||||||
SOURCES
|
SOURCES
|
||||||
@ -16,7 +16,7 @@ qt_internal_add_module(WlShellIntegration
|
|||||||
Wayland::Client
|
Wayland::Client
|
||||||
)
|
)
|
||||||
|
|
||||||
qt6_generate_wayland_protocol_client_sources(WlShellIntegration
|
qt6_generate_wayland_protocol_client_sources(WlShellIntegrationPrivate
|
||||||
FILES
|
FILES
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/../../../3rdparty/protocol/wayland.xml
|
${CMAKE_CURRENT_SOURCE_DIR}/../../../3rdparty/protocol/wayland.xml
|
||||||
)
|
)
|
||||||
@ -27,7 +27,7 @@ qt6_generate_wayland_protocol_client_sources(WlShellIntegration
|
|||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
qt_internal_extend_target(WlShellIntegration CONDITION QT_FEATURE_xkbcommon
|
qt_internal_extend_target(WlShellIntegrationPrivate CONDITION QT_FEATURE_xkbcommon
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
XKB::XKB
|
XKB::XKB
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user