From: Stephan Witt Date: Fri, 30 Dec 2022 11:08:43 +0000 (+0100) Subject: Care for weird Qt6 package install location of developer tools (moc, uic etc). X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a10844a531eb0a2a28155ead79ccf2919d452e5f;p=features.git Care for weird Qt6 package install location of developer tools (moc, uic etc). --- diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 47b9d95734..237d546ebd 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -716,6 +716,7 @@ build_lyx() { echo CPPFLAGS="${CPPFLAGS}" export CPPFLAGS echo CONFIGURE_OPTIONS="${LyXConfigureOptions}" ${QtInstallDir:+"--with-qt-dir=${QtInstallDir}"} + export PATH="${QtInstallDir}/libexec:$PATH" "${LyxSourceDir}/configure"\ --prefix="${LyxAppPrefix}" --with-version-suffix="-${LyXVersionSuffix}"\ ${QtInstallDir:+"--with-qt-dir=${QtInstallDir}"} \