Add private header filters to the qt_interal_add_module calls
This is required to filter the generated wayland files when syncing headers. Task-number: QTBUG-103196 Change-Id: I86d440bf8b56802dff2fa75ba621c37a8daa8bbf Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
parent
0cf9831657
commit
fb8e5fddca
@ -74,6 +74,8 @@ qt_internal_add_module(WaylandClient
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::WaylandGlobalPrivate
|
||||
PRIVATE_HEADER_FILTERS
|
||||
"^qwayland-.*\.h|^wayland-.*-protocol\.h"
|
||||
)
|
||||
|
||||
qt6_generate_wayland_protocol_client_sources(WaylandClient
|
||||
|
@ -17,6 +17,8 @@ qt_internal_add_module(WlShellIntegrationPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::WaylandClientPrivate
|
||||
Wayland::Client
|
||||
PRIVATE_HEADER_FILTERS
|
||||
"^qwayland-.*\.h|^wayland-.*-protocol\.h"
|
||||
)
|
||||
|
||||
qt6_generate_wayland_protocol_client_sources(WlShellIntegrationPrivate
|
||||
|
Loading…
x
Reference in New Issue
Block a user