[LyX/master] Care for Qt5 LTS support for macos

Stephan Witt switt at lyx.org
Fri Dec 30 21:40:20 UTC 2022


commit 102a68dd6a7abe5a68df58a6b7f29bc467e53f06
Author: Stephan Witt <switt at lyx.org>
Date:   Fri Dec 30 23:37:43 2022 +0100

    Care for Qt5 LTS support for macos
---
 development/LyX-Mac-binary-release.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh
index 237d546..c983beb 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -362,7 +362,7 @@ case "${QtVersion}" in
 	QtLibraries=${QtLibraries:-"QtSvg QtXml QtPrintSupport QtWidgets QtGui QtNetwork QtConcurrent QtCore"}
 	QtFrameworkVersion="5"
 	;;
-5.12.*)
+5.1[2-5].*)
 	QtLibraries=${QtLibraries:-"QtDBus QtSvg QtXml QtPrintSupport QtMacExtras QtWidgets QtGui QtNetwork QtConcurrent QtCore"}
 	QtFrameworkVersion="5"
 	;;


More information about the lyx-cvs mailing list