Skip to content

Commit

Permalink
Remove the Unnecessary Warning Regarding AAT and System HarfBuzz
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
amirmasoudabdol committed Oct 31, 2022
1 parent 62a2951 commit 6903cab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/gui/configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 6903cab

Please sign in to comment.