From: Stephan Witt Date: Thu, 6 Feb 2020 21:16:13 +0000 (+0100) Subject: Care for Qt library source directory rename for 5.12.x X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=171951d303321e05271ef92cc7869cf9cd7f0a09;p=features.git Care for Qt library source directory rename for 5.12.x --- diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 63bd3ab08c..c3e756f636 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -9,7 +9,7 @@ QtAPI=${QtAPI:-"-cocoa"} QtVersion=${QtVersion:-"4.6.3"} -QtSourceVersion="qt-everywhere-opensource-src-${QtVersion}" +QtSourceVersion=${QtSourceVersion:-"qt-everywhere-opensource-src-${QtVersion}"} QtBuildSubDir="qt-${QtVersion}-build${QtAPI}" QtConfigureOptions=${QtConfigureOptions:-"-release"}