<div dir="ltr">Looking back at it again.<div>I see that this attempted install is done in Makefile.qmake-aux, coming from qtbase/qmake/<a href="http://qmake-aux.pro">qmake-aux.pro</a>. This one has 'aux' template, so builds nothing, just tries to install qmake</div><div>In qtbase/qmake, is also <a href="http://qmake.pro">qmake.pro</a>, but the starting comment says it is for QtCreator, not to build qmake. Indeed, in <a href="http://qtbase.pro">qtbase.pro</a>, only <a href="http://qmake-aux.pro">qmake-aux.pro</a> is in the subdirs list</div><div><br></div><div>So i get a qmake.exe built during configure in qtbase/bin/, nothing seems to try to rebuild it from qtbase into qtbase/qmake/, and you say it is not supposed to be copied but generated? Iam lost on what to then, except manually doing the copy myself from bin/ to qmake/ between 'configure' & 'nmake' calls</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 6 oct. 2020 à 23:21, Thiago Macieira <<a href="mailto:thiago.macieira@intel.com">thiago.macieira@intel.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tuesday, 6 October 2020 00:28:10 PDT Olivier B. wrote:<br>
> As you can see, the previous command shows that qmake.exe is in qtbase\bin,<br>
> but the install command is looking for it in qtbase\qmake. Nowhere in the<br>
> whole build log is qmake copied at that path. What could i be missing?<br>
<br>
It doesn't get copied there. That's a secondary build of qmake that should <br>
have been built from the top-level Makefile in qtbase. It's target <br>
"sub-qmake-qmake-aux-pro"<br>
<br>
-- <br>
Thiago Macieira - thiago.macieira (AT) <a href="http://intel.com" rel="noreferrer" target="_blank">intel.com</a><br>
  Software Architect - Intel DPG Cloud Engineering<br>
<br>
<br>
<br>
_______________________________________________<br>
Interest mailing list<br>
<a href="mailto:Interest@qt-project.org" target="_blank">Interest@qt-project.org</a><br>
<a href="https://lists.qt-project.org/listinfo/interest" rel="noreferrer" target="_blank">https://lists.qt-project.org/listinfo/interest</a><br>
</blockquote></div>