summaryrefslogtreecommitdiffstats
path: root/src/core/config
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-05-18 18:21:59 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-05-30 16:53:44 +0000
commit3b4ca800635003844ed54d2e056ee3f6559b108b (patch)
tree519d3f2f7a29841943bde417fb36825d53b31711 /src/core/config
parent8b0d048b02c1f1cb24fdb83f11791507df246e05 (diff)
Do not try to build using MSVC 2013
Chromium requires MSVC 2015 now. Change-Id: I9cf58cf03358167e6ce41e0fb2d7669afdf29a15 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/core/config')
-rw-r--r--src/core/config/windows.pri4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/config/windows.pri b/src/core/config/windows.pri
index a99bc5303..08b8401ba 100644
--- a/src/core/config/windows.pri
+++ b/src/core/config/windows.pri
@@ -56,9 +56,7 @@ msvc:contains(QT_ARCH, "i386"):!usingMSVC32BitCrossCompiler() {
}
msvc {
- equals(MSVC_VER, 12.0) {
- MSVS_VERSION = 2013
- } else:equals(MSVC_VER, 14.0) {
+ equals(MSVC_VER, 14.0) {
MSVS_VERSION = 2015
} else {
fatal("Visual Studio compiler version \"$$MSVC_VER\" is not supported by Qt WebEngine")