[LyX/master] Care for weird Qt6 package install location of developer tools (moc, uic etc).

Stephan Witt switt at lyx.org
Fri Dec 30 10:16:10 UTC 2022


commit a10844a531eb0a2a28155ead79ccf2919d452e5f
Author: Stephan Witt <switt at lyx.org>
Date:   Fri Dec 30 12:08:43 2022 +0100

    Care for weird Qt6 package install location of developer tools (moc, uic etc).
---
 development/LyX-Mac-binary-release.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh
index 47b9d95..237d546 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}"} \


More information about the lyx-cvs mailing list