]> git.lyx.org Git - lyx.git/commitdiff
Care for weird Qt6 package install location of developer tools (moc, uic etc).
authorStephan Witt <switt@lyx.org>
Fri, 30 Dec 2022 11:08:43 +0000 (12:08 +0100)
committerStephan Witt <switt@lyx.org>
Fri, 30 Dec 2022 11:08:55 +0000 (12:08 +0100)
development/LyX-Mac-binary-release.sh

index 47b9d957342d272d0e935f8a8b7ed7e811a91bb0..237d546ebd0a1c73fb0d36bd56636bd9edeeed5d 100644 (file)
@@ -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}"} \