From: Stephan Witt Date: Fri, 30 Dec 2022 22:37:43 +0000 (+0100) Subject: Care for Qt5 LTS support for macos X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=102a68dd6a7abe5a68df58a6b7f29bc467e53f06;p=features.git Care for Qt5 LTS support for macos --- 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" ;;