Make build error less ambiguous

The phrasing of the error message caused some confusion when people
thought it indicated that QtGui itself was missing from the build.
This tries to make it very explicit that it is the wayland-feature
which is missing and not QtGui itself.

Pick-to: 6.7
Task-number: QTBUG-123489
Change-Id: I8dcdf8bdbb05a379dea3021cec8bf8e7036d55dc
Reviewed-by: David Redondo <qt@david-redondo.de>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2024-04-18 09:05:00 +02:00
parent 01f102b2f9
commit d3ea4de423

View File

@ -268,6 +268,6 @@ qt_configure_end_summary_section() # end of "Qt Wayland Decoration Plugins" sect
qt_configure_add_report_entry(
TYPE ERROR
MESSAGE "Qt Wayland Client requires QtGui to be build with support for wayland"
MESSAGE "Qt Gui has been built without 'wayland' feature. This feature is required for building Qt Wayland Client."
CONDITION NOT QT_FEATURE_wayland AND QT_FEATURE_wayland_client
)