]> git.lyx.org Git - features.git/commitdiff
Revert "Add qt-dir bin directory value to PATH - matching Qt tools may not found...
authorStephan Witt <switt@lyx.org>
Thu, 14 Jul 2016 05:57:52 +0000 (07:57 +0200)
committerStephan Witt <switt@lyx.org>
Thu, 14 Jul 2016 05:57:52 +0000 (07:57 +0200)
This reverts commit 535429d91445a72cc244d4649cfa5e5d4b7c06c7.

development/LyX-Mac-binary-release.sh

index 48300fa4a7c833c2e5269c4ea9879b21d6ac3d74..b59cc8f82382334c1fb8e43aff450df1c1d4a124 100644 (file)
@@ -187,7 +187,6 @@ while [ $# -gt 0 ]; do
                ;;
        --with-qt-dir=*)
                QTDIR=$(echo ${1}|cut -d= -f2)
-               export PATH="${QTDIR}/bin:${PATH}"
                shift
                ;;
        --with-macosx-target=*)