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-Tag: 2.3.6~98 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d75fdd6e4711f3c6c5d80cd80171e4ced41ca294;p=features.git Care for Qt library source directory rename for 5.12.x (cherry picked from commit a3e14fe6cdad91fc3b9dfd77319a92e8d994de06) --- diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index e29a5754e8..5ea5d7d16c 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"}