From a10844a531eb0a2a28155ead79ccf2919d452e5f Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Fri, 30 Dec 2022 12:08:43 +0100 Subject: [PATCH] Care for weird Qt6 package install location of developer tools (moc, uic etc). --- development/LyX-Mac-binary-release.sh | 1 + 1 file changed, 1 insertion(+) 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}"} \ -- 2.39.5