Use NO_GENERATE_CPP_EXPORTS explicitly
Use NO_GENERATE_CPP_EXPORTS explicitly for modules that don't need the autogenerated exports header file. Task-number: QTBUG-90492 Change-Id: I3494ac88e136126265e14ef1a380c5ef26def3ef 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
e89e8bf73f
commit
d5252fff74
@ -29,7 +29,11 @@ configure the module on targets that are missing dependencies.")
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# See global/README for a description of the following module.
|
# See global/README for a description of the following module.
|
||||||
qt_internal_add_module(WaylandGlobalPrivate INTERNAL_MODULE HEADER_MODULE)
|
qt_internal_add_module(WaylandGlobalPrivate
|
||||||
|
INTERNAL_MODULE
|
||||||
|
HEADER_MODULE
|
||||||
|
NO_GENERATE_CPP_EXPORTS
|
||||||
|
)
|
||||||
|
|
||||||
# Work around 115101.
|
# Work around 115101.
|
||||||
# If nothing depends on the WaylandGlobalPrivate target it doesn't run custom commands that the
|
# If nothing depends on the WaylandGlobalPrivate target it doesn't run custom commands that the
|
||||||
|
@ -19,6 +19,7 @@ qt_internal_add_module(WlShellIntegrationPrivate
|
|||||||
Wayland::Client
|
Wayland::Client
|
||||||
PRIVATE_HEADER_FILTERS
|
PRIVATE_HEADER_FILTERS
|
||||||
"^qwayland-.*\.h|^wayland-.*-protocol\.h"
|
"^qwayland-.*\.h|^wayland-.*-protocol\.h"
|
||||||
|
NO_GENERATE_CPP_EXPORTS
|
||||||
)
|
)
|
||||||
|
|
||||||
qt6_generate_wayland_protocol_client_sources(WlShellIntegrationPrivate
|
qt6_generate_wayland_protocol_client_sources(WlShellIntegrationPrivate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user