From cb4715d7395ac9b3343862a0a0017e44367768b1 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Sun, 12 Dec 2021 22:24:23 +0100 Subject: [PATCH] Improved Qt framework configuration detection on macOS, add QtCore5Compat headers to configure based includes --- config/qt.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/qt.m4 b/config/qt.m4 index b9ffe284a1..05fa9ce5ca 100644 --- a/config/qt.m4 +++ b/config/qt.m4 @@ -44,7 +44,7 @@ AC_DEFUN([QT_CHECK_COMPILE], qt_cv_libname= for libname in $qt_guilibs \ '-framework QtCore -framework QtConcurrent -framework QtSvg -framework QtWidgets -framework QtMacExtras -framework QtGui'\ - '-framework QtCore -framework QtConcurrent -framework QtSvg -framework QtSvgWidgets -framework QtWidgets -framework QtGui'\ + '-framework QtCore -framework QtConcurrent -framework QtCore5Compat -framework QtSvg -framework QtSvgWidgets -framework QtWidgets -framework QtGui'\ '-framework QtCore -framework QtGui' do QT_TRY_LINK($libname)