CMake: Regenerate projects
Change-Id: I51a365ef29277bfcb3a62d04954dbe109ab6eac7 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
0d36b9c7d0
commit
e4512b858c
@ -67,6 +67,7 @@ qt_add_module(WaylandClient
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate
|
||||
)
|
||||
|
||||
qt6_generate_wayland_protocol_client_sources(WaylandClient
|
||||
@ -94,6 +95,8 @@ qt6_generate_wayland_protocol_client_sources(WaylandClient
|
||||
qt_extend_target(WaylandClient CONDITION QT_FEATURE_xkbcommon
|
||||
LIBRARIES
|
||||
Qt::XkbCommonSupportPrivate
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::XkbCommonSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(WaylandClient CONDITION TARGET Qt::PlatformCompositorSupportPrivate
|
||||
|
@ -67,7 +67,7 @@ qt_add_module(WaylandClient
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::ServiceSupportPrivate # special case QTBUG-83063
|
||||
Qt::ServiceSupportPrivate
|
||||
)
|
||||
|
||||
qt6_generate_wayland_protocol_client_sources(WaylandClient
|
||||
@ -95,8 +95,8 @@ qt6_generate_wayland_protocol_client_sources(WaylandClient
|
||||
qt_extend_target(WaylandClient CONDITION QT_FEATURE_xkbcommon
|
||||
LIBRARIES
|
||||
Qt::XkbCommonSupportPrivate
|
||||
PRIVATE_MODULE_INTERFACE # special case QTBUG-83063
|
||||
Qt::XkbCommonSupportPrivate # special case
|
||||
PRIVATE_MODULE_INTERFACE
|
||||
Qt::XkbCommonSupportPrivate
|
||||
)
|
||||
|
||||
qt_extend_target(WaylandClient CONDITION TARGET Qt::PlatformCompositorSupportPrivate
|
||||
|
Loading…
x
Reference in New Issue
Block a user