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

Stephan Witt st.witt at gmx.net
Wed Jun 16 05:59:40 UTC 2021


Hi Riki,

this one needs to go to 2.3.x too. Ok?

Stephan

> Am 16.06.2021 um 07:32 schrieb Stephan Witt <switt at lyx.org>:
> 
> 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*)
> -- 
> lyx-cvs mailing list
> lyx-cvs at lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-cvs



More information about the lyx-devel mailing list