]> git.lyx.org Git - lyx.git/commitdiff
Qt 5.12.x requires at least MacOS 10.12
authorStephan Witt <switt@lyx.org>
Sun, 5 Dec 2021 21:38:42 +0000 (22:38 +0100)
committerStephan Witt <switt@lyx.org>
Sun, 5 Dec 2021 21:42:41 +0000 (22:42 +0100)
config/lyxinclude.m4

index e4acd7b9ec089f818d26483c197157b6c76f7b87..40f86abf703be92a792e1bc9a347874a47f1b55f 100644 (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"
       ;;