mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Qt 5.12.x requires at least MacOS 10.12
This commit is contained in:
parent
f700aa98d4
commit
495cde1aca
@ -686,6 +686,9 @@ AC_DEFUN([LYX_CHECK_MACOS_DEPLOYMENT_TARGET],[
|
|||||||
if test "${macos_deployment_target}" = "auto" ; then
|
if test "${macos_deployment_target}" = "auto" ; then
|
||||||
macos_deployment_target="10.10"
|
macos_deployment_target="10.10"
|
||||||
case "$QTLIB_VERSION" in
|
case "$QTLIB_VERSION" in
|
||||||
|
5.12.*)
|
||||||
|
macos_deployment_target="10.12"
|
||||||
|
;;
|
||||||
6.*)
|
6.*)
|
||||||
macos_deployment_target="10.14"
|
macos_deployment_target="10.14"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user