]> git.lyx.org Git - lyx.git/commitdiff
Improved Qt framework configuration detection on macOS, add QtCore5Compat headers...
authorStephan Witt <switt@lyx.org>
Sun, 12 Dec 2021 21:24:23 +0000 (22:24 +0100)
committerStephan Witt <switt@lyx.org>
Sun, 12 Dec 2021 21:24:23 +0000 (22:24 +0100)
config/qt.m4

index b9ffe284a1359338a99fbef916c032aac52b3b28..05fa9ce5caff7ed95fbaa2f4ac4986230449f77f 100644 (file)
@@ -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)