From beac25f08e66081a55133e76395a91735e469123 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Wed, 16 Jun 2021 07:45:20 +0200 Subject: [PATCH] #12305 Correct typo in library name QtDBus - fatal error with case sensitive file systems (cherry picked from commit 15d1f2c76d523f89c7223022e2f73aec3f2e7e15) --- 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 5812360821..94dc534d66 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -361,7 +361,7 @@ case "${QtVersion}" in QtFrameworkVersion="5" ;; 5.12.*) - QtLibraries=${QtLibraries:-"QtDbus QtSvg QtXml QtPrintSupport QtMacExtras QtWidgets QtGui QtNetwork QtConcurrent QtCore"} + QtLibraries=${QtLibraries:-"QtDBus QtSvg QtXml QtPrintSupport QtMacExtras QtWidgets QtGui QtNetwork QtConcurrent QtCore"} QtFrameworkVersion="5" ;; 5*)