Revert "Add qt-dir bin directory value to PATH - matching Qt tools may not found at build time anymore if not in front of PATH"

This reverts commit 535429d914.
This commit is contained in:
Stephan Witt 2016-07-14 07:57:52 +02:00
parent c4ef96c030
commit aac180b1ce

View 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=*)