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:
parent
33d14e9bbf
commit
d1e3f156ee
@ -255,7 +255,7 @@ XAPIANCXXFLAGS=`$XAPIAN_CONFIG --cxxflags`
|
|||||||
#
|
#
|
||||||
|
|
||||||
if test X$QTDIR != X ; then
|
if test X$QTDIR != X ; then
|
||||||
PATH=$QTDIR/bin:$PATH
|
PATH=$PATH:$QTDIR/bin
|
||||||
export PATH
|
export PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user