[Qt-creator] MSVC: Fix Microsoft Visual Cpp Build Tools - not working for MSVC2015

Epting, Thomas thomas.epting at stryker.com
Tue May 31 08:40:25 CEST 2016


Hi all,

We found that the change below is not working correctly for MSVC2015 (VC14).
http://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?h=4.0&id=2be4d2643a4ffc8a6c14197a943bcd6694d4f015

For example for x86_amd64, it leads to "vcvarsx86_amd64.bat" being called with argument "x86_amd64", which is rejected by the script. The only argument allowed for vcvarsx86_amd64.bat is "store". This behavior obviously was changed for VC14. Earlier versions of the VC compiler simply did ignore this argument.

It would be correct to call "vcvarsall.bat" with the platform argument. However the specific platform scripts should be called without any argument. Could you please take care of fixing that?

Thanks,
Thomas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20160531/051d3336/attachment.html>


More information about the Qt-creator mailing list