summaryrefslogtreecommitdiffstats
path: root/tools/configure/environment.h
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2016-11-17 10:40:44 +0100
committerOliver Wolff <oliver.wolff@qt.io>2016-11-22 06:07:23 +0000
commit38675e18fcc841228141568a2ecfafdeb99eba2a (patch)
tree080bb7e04b926914ee5d2f05ead01dd8d9a56438 /tools/configure/environment.h
parent0a203faa7f0bb836afbdd3addfba99190f69ff5f (diff)
Add support for Visual Studio 2017
Tested with RC Task-number: QTBUG-57086 Change-Id: I21f56edca3852b52edd2c5fdcce76817141e8d4a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'tools/configure/environment.h')
-rw-r--r--tools/configure/environment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure/environment.h b/tools/configure/environment.h
index d096782e70..6b0e9bb9fe 100644
--- a/tools/configure/environment.h
+++ b/tools/configure/environment.h
@@ -46,7 +46,8 @@ enum Compiler {
CC_MSVC2010 = 0xA0,
CC_MSVC2012 = 0xB0,
CC_MSVC2013 = 0xC0,
- CC_MSVC2015 = 0xD0
+ CC_MSVC2015 = 0xD0,
+ CC_MSVC2017 = 0xE0
};
struct CompilerInfo;