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 commit is contained in:
Stephan Witt 2016-07-07 01:04:09 +02:00
parent 14a6a4723f
commit 535429d914

View File

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