Qt 5.12.x requires at least MacOS 10.12

This commit is contained in:
Stephan Witt 2021-12-05 22:38:42 +01:00
parent f700aa98d4
commit 495cde1aca

View File

@ -686,6 +686,9 @@ AC_DEFUN([LYX_CHECK_MACOS_DEPLOYMENT_TARGET],[
if test "${macos_deployment_target}" = "auto" ; then
macos_deployment_target="10.10"
case "$QTLIB_VERSION" in
5.12.*)
macos_deployment_target="10.12"
;;
6.*)
macos_deployment_target="10.14"
;;