From 102a68dd6a7abe5a68df58a6b7f29bc467e53f06 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Fri, 30 Dec 2022 23:37:43 +0100 Subject: [PATCH] Care for Qt5 LTS support for macos --- development/LyX-Mac-binary-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 237d546ebd..c983bebc21 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" ;;