[LyX/master] #12305 Correct typo in library name QtDBus - fatal error with case sensitive file systems

Stephan Witt switt at lyx.org
Wed Jun 16 05:32:35 UTC 2021


commit 15d1f2c76d523f89c7223022e2f73aec3f2e7e15
Author: Stephan Witt <switt at lyx.org>
Date:   Wed Jun 16 07:45:20 2021 +0200

    #12305 Correct typo in library name QtDBus - fatal error with case sensitive file systems
---
 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 2399394..dcc6316 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*)


More information about the lyx-cvs mailing list