[Interest] qmake.exe not found at install of qt 5.15.1 build

Olivier B. perso.olivier.barthelemy at gmail.com
Tue Nov 3 10:01:56 CET 2020


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 <thiago.macieira at intel.com> 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
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20201103/8b9e6463/attachment.html>


More information about the Interest mailing list