From 6903cab48a4fbe1f0a1213261149b220718f2157 Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Fri, 28 Oct 2022 11:37:04 +0200 Subject: [PATCH] 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 --- src/gui/configure.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/configure.cmake b/src/gui/configure.cmake index a0a258d878..71ab3ee935 100644 --- a/src/gui/configure.cmake +++ b/src/gui/configure.cmake @@ -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."