commit 102a68dd6a7abe5a68df58a6b7f29bc467e53f06
Author: Stephan Witt <sw...@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"
        ;;
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to