commit 15d1f2c76d523f89c7223022e2f73aec3f2e7e15
Author: Stephan Witt <sw...@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*)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to