Remove the Unnecessary Warning Regarding AAT and System HarfBuzz

I think we can remove the WARNING regarding AAT which was probably there
to avoid using older version. As far as I can tell, AAT is supported
from 2.0, and quite stable by now.

Task-number: QTBUG-107044
Change-Id: I8e6ba3f51b85e2859dd46435eee1220da46831d2
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
Amir Masoud Abdol 2022-10-28 11:37:04 +02:00 committed by Amir Masoud Abdol
parent 62a2951795
commit 6903cab48a
1 changed files with 0 additions and 5 deletions

View File

@ -1336,11 +1336,6 @@ qt_configure_add_report_entry(
MESSAGE "No QPA platform plugin enabled! This will produce a Qt that cannot run GUI applications. See \"Platform backends\" in the output of --help."
CONDITION QT_FEATURE_gui AND LINUX AND NOT ANDROID AND NOT QT_FEATURE_xcb AND NOT QT_FEATURE_eglfs AND NOT QT_FEATURE_directfb AND NOT QT_FEATURE_linuxfb
)
qt_configure_add_report_entry(
TYPE WARNING
MESSAGE "On OS X, AAT is supported only with -qt-harfbuzz."
CONDITION APPLE AND QT_FEATURE_system_harfbuzz
)
qt_configure_add_report_entry(
TYPE ERROR
MESSAGE "The OpenGL functionality tests failed! You might need to modify the OpenGL package search path by setting the OpenGL_DIR CMake variable to the OpenGL library's installation directory."