summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-03-16 14:18:17 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-22 22:02:10 +0000
commitcd776aebe0a6505141b0392b79cca117de3c5ac3 (patch)
tree5bcae82ec16179468dc0ae2a66007e5ae6e5bf41 /src/core
parent4d1eff5e1d55240909baffff590e534fdea89991 (diff)
Support Visual Studio 2017
Change-Id: I6b8e49913fc73ec3728b5c005fd83d2e573ad4ea Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config/windows.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config/windows.pri b/src/core/config/windows.pri
index 405004834..dddb2e953 100644
--- a/src/core/config/windows.pri
+++ b/src/core/config/windows.pri
@@ -85,6 +85,8 @@ msvc:contains(QT_ARCH, "i386"):!usingMSVC32BitCrossCompiler() {
msvc {
equals(MSVC_VER, 14.0) {
MSVS_VERSION = 2015
+ } else:equals(MSVC_VER, 15.0) {
+ MSVS_VERSION = 2017
} else {
fatal("Visual Studio compiler version \"$$MSVC_VER\" is not supported by Qt WebEngine")
}