[vcpkg_build_qmake]Switch qmake build system to nmake in Windows.#7061
[vcpkg_build_qmake]Switch qmake build system to nmake in Windows.#7061JackBoosY wants to merge 3 commits intomicrosoft:masterfrom JackBoosY:dev/jack/qmake_buildsystem_nmake
Conversation
|
install_qt.cmake in qt5-base still uses jom |
|
also we should pass some parallel build argumenet because else building qt takes forever. |
Could you elaborate please?
As far as others are aware jom is the tool you use to build Qt. |
|
@heydojo Take it easy, it's just a draft. If using nmake takes longer than jom, I will turn off this PR. |
|
@Neumann-A flag |
|
From the issue:
So the issue is not inefficiency (nmake will definitely be less efficient), but it appears there is a correctness issue in Jom on certain machines. Using /MP will be mandatory to have reasonable performance. |
|
why closed? |
|
|
@JackBoosY. |
|
@JackBoosY and it can not be fixed, parameters, only changing the code of the JOM |


Building system jom is very inefficient, try to switch to nmake.
Related: #4692.