]> git.lyx.org Git - lyx.git/commitdiff
Add Qt binary directory to PATH to locate qmake utility
authorStephan Witt <switt@lyx.org>
Mon, 24 Jun 2024 05:32:08 +0000 (07:32 +0200)
committerStephan Witt <switt@lyx.org>
Mon, 24 Jun 2024 05:32:08 +0000 (07:32 +0200)
development/LyX-Mac-binary-release.sh

index 179ed5db9aeb2c9de5c40844c8a68e1298c2c190..c68890eb3ff076344ec6b14bc246ff97a4ec2b7b 100644 (file)
@@ -716,7 +716,7 @@ build_lyx() {
                echo CPPFLAGS="${CPPFLAGS}"
                export CPPFLAGS
                echo CONFIGURE_OPTIONS="${LyXConfigureOptions}" ${QtInstallDir:+"--with-qt-dir=${QtInstallDir}"}
-               export PATH="${QtInstallDir}/libexec:$PATH"
+               export PATH="${QtInstallDir}/bin:${QtInstallDir}/libexec:$PATH"
                "${LyxSourceDir}/configure"\
                        --prefix="${LyxAppPrefix}" --with-version-suffix="-${LyXVersionSuffix}"\
                        ${QtInstallDir:+"--with-qt-dir=${QtInstallDir}"} \