aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-10-04 14:30:20 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-10-08 10:31:22 +0000
commit6346ffeacaf57b7ecf1fac700490a0250a65e4ca (patch)
treec63ed0eb2e3f46da4e9b931ab5a4316872fca851 /changelogs
parentb56a924c6b476f280583be9aa557510d1db34f23 (diff)
MSVC: Add support for the Visual Studio 2017 Build Tools
This entails: - Auto-detection: The Build Tools no longer have an entry in the registry; use the vswhere tool instead. - Unset the VSINSTALLDIR environment variable before calling the vcvarsall.bat script, as this variable can confuse the msbuild.bat sub- script if it is set. - Look for the base include directory two levels above the directory under which cl.exe is located. Change-Id: Id8f7976e5f41015e59850d3ed68fa81b6ce701a2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.12.2.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/changes-1.12.2.md b/changelogs/changes-1.12.2.md
new file mode 100644
index 000000000..f578c8357
--- /dev/null
+++ b/changelogs/changes-1.12.2.md
@@ -0,0 +1,2 @@
+# Important bugfixes
+* The Visual Studio 2017 Build Tools are properly supported now.