From: Stephan Witt Date: Mon, 24 Jun 2024 05:32:08 +0000 (+0200) Subject: Add Qt binary directory to PATH to locate qmake utility X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=521ca59f1551b2cffed35e386c5cd487afd71387;p=lyx.git Add Qt binary directory to PATH to locate qmake utility --- diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 179ed5db9a..c68890eb3f 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -716,7 +716,7 @@ build_lyx() { echo CPPFLAGS="${CPPFLAGS}" export CPPFLAGS echo CONFIGURE_OPTIONS="${LyXConfigureOptions}" ${QtInstallDir:+"--with-qt-dir=${QtInstallDir}"} - export PATH="${QtInstallDir}/libexec:$PATH" + export PATH="${QtInstallDir}/bin:${QtInstallDir}/libexec:$PATH" "${LyxSourceDir}/configure"\ --prefix="${LyxAppPrefix}" --with-version-suffix="-${LyXVersionSuffix}"\ ${QtInstallDir:+"--with-qt-dir=${QtInstallDir}"} \