Sorry, forgot to cc myself on last mail.
What the failing makefile should probably be doing is using
PREPEND_PATH += ${QTDIR}/bin
rather than
PATH:= ${QTDIR}/bin:${PATH}
since _PATH_CMD has already been engaged - which is why
PATH:= ${QTDIR}/bin:${PATH}
is causing trouble.
--sjg