Israel G. Lugo: give priority to the user's PATH when looking for qmake (fixes detecting the wrong qmake when more than one exists).

This commit is contained in:
dockes 2009-11-13 09:04:28 +00:00
parent 33d14e9bbf
commit d1e3f156ee

View File

@ -255,7 +255,7 @@ XAPIANCXXFLAGS=`$XAPIAN_CONFIG --cxxflags`
#
if test X$QTDIR != X ; then
PATH=$QTDIR/bin:$PATH
PATH=$PATH:$QTDIR/bin
export PATH
fi