If I want to run the devshell on a qt5 recipe from meta-qt5, I can't
help notice that if I do:
$ which qmake
I get
/usr/bin/qmake
The qt5 qmake gets installed (in my case) to:
$TMPDIR/sysroots/x86_64-linux/usr/bin/qt5/
Should the PATH which is generated for the devshell include this path too?