Looking back at it again. I see that this attempted install is done in Makefile.qmake-aux, coming from qtbase/qmake/qmake-aux.pro. This one has 'aux' template, so builds nothing, just tries to install qmake In qtbase/qmake, is also qmake.pro, but the starting comment says it is for QtCreator, not to build qmake. Indeed, in qtbase.pro, only qmake-aux.pro is in the subdirs list
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 Le mar. 6 oct. 2020 à 23:21, Thiago Macieira <[email protected]> a écrit : > On Tuesday, 6 October 2020 00:28:10 PDT Olivier B. wrote: > > As you can see, the previous command shows that qmake.exe is in > qtbase\bin, > > but the install command is looking for it in qtbase\qmake. Nowhere in the > > whole build log is qmake copied at that path. What could i be missing? > > It doesn't get copied there. That's a secondary build of qmake that should > have been built from the top-level Makefile in qtbase. It's target > "sub-qmake-qmake-aux-pro" > > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel DPG Cloud Engineering > > > > _______________________________________________ > Interest mailing list > [email protected] > https://lists.qt-project.org/listinfo/interest >
_______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
