X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2Fqt4.m4;h=bb909f9fbce58e114a83543b8094ec9f7053e639;hb=e7163a0999c08ae3e0448b0d4a7c956d78f98954;hp=d31f321485e41faf4065f873cc6966aacf1dc265;hpb=4bdeae27334536164cb7e37da9a9e491075fd682;p=lyx.git diff --git a/config/qt4.m4 b/config/qt4.m4 index d31f321485..bb909f9fbc 100644 --- a/config/qt4.m4 +++ b/config/qt4.m4 @@ -44,7 +44,7 @@ AC_DEFUN([QT_CHECK_COMPILE], done qt_cv_libname= for libname in $qt_guilibs \ - '-framework QtCore -framework QtConcurrent -framework QtWidgets -framework QtGui'\ + '-framework QtCore -framework QtConcurrent -framework QtWidgets -framework QtMacExtras -framework QtGui'\ '-framework QtCore -framework QtGui' do QT_TRY_LINK($libname) @@ -254,7 +254,7 @@ AC_DEFUN([QT_DO_MANUAL_CONFIG], QT_CORE_LDFLAGS= if test -n "$qt_cv_includes"; then QT_INCLUDES="-I$qt_cv_includes" - for i in Qt QtCore QtGui QtWidgets QtConcurrent; do + for i in Qt QtCore QtGui QtWidgets QtConcurrent QtMacExtras; do QT_INCLUDES="$QT_INCLUDES -I$qt_cv_includes/$i" done QT_CORE_INCLUDES="-I$qt_cv_includes -I$qt_cv_includes/QtCore"