Hi,
I am building qt 5.15.1 on windows /VC++2015/64-bit build. The debug shadow
build seems to run the nmake to build fine, but while running the install
rule, i get the error

C:\sdk\src\qt-everywhere-src-5.15.1\shadow_dbg\qtbase\bin\qmake.exe
-install qinstall -exe
C:\sdk\src\qt-everywhere-src-5.15.1\shadow_dbg\qtbase\qmake\qmake.exe
C:\sdk\polaris7\winnt64\apps\qt-5.15.1\bin\qmake.exe
Error copying
C:\sdk\src\qt-everywhere-src-5.15.1\shadow_dbg\qtbase\qmake\qmake.exe to
C:\sdk\apps\qt-5.15.1\bin\qmake.exe: Cannot open
C:\sdk\src\qt-everywhere-src-5.15.1\shadow_dbg\qtbase\qmake\qmake.exe for
input

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?

I reused a script used to compile 5.12, so i doubt i forgot to run a build
rule?
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to