commit a10844a531eb0a2a28155ead79ccf2919d452e5f
Author: Stephan Witt <[email protected]>
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}"} \
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to