Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.9
-
None
Description
Chromium and therefore QtWebEngine needs a later version of MSVC2015.
We are specifically looking for something that can pass https://codereview.qt-project.org/#/c/189314/ That is have _MSC_FULL_VER >= 190024213
The version currently used is cl.exe 190024210. There are apparently several updates after that.
This is needed for Qt 5.9RC and will block release if not fixed.