commit 495cde1aca42fb94050f9aea2186e165bb2ead06
Author: Stephan Witt <[email protected]>
Date: Sun Dec 5 22:38:42 2021 +0100
Qt 5.12.x requires at least MacOS 10.12
---
config/lyxinclude.m4 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4
index e4acd7b..40f86ab 100644
--- a/config/lyxinclude.m4
+++ b/config/lyxinclude.m4
@@ -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"
;;
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs