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
