summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-17 16:29:37 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-18 09:50:54 +0000
commitc6fb532d81f405b2456c382aa0b29eef8866f993 (patch)
tree34d0ed4baf7439d5c25be463b5b36052f065e614 /src
parent3aba9afa56ddc30a6a2f50519072b077b67dd8ac (diff)
Allow VS 2019 to try to build QtWebEngine
Task-number: QTBUG-75212 Change-Id: I1d1a99d9a5b6684d23e51cf55d384e7dfee6ef2a Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'src')
-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 9eb15830d..730b38a35 100644
--- a/src/core/config/windows.pri
+++ b/src/core/config/windows.pri
@@ -56,6 +56,8 @@ msvc:contains(QT_ARCH, "i386"):!usingMSVC32BitCrossCompiler() {
msvc {
equals(MSVC_VER, 15.0) {
MSVS_VERSION = 2017
+ } else: equals(MSVC_VER, 16.0) {
+ MSVS_VERSION = 2019
} else {
error("Visual Studio compiler version \"$$MSVC_VER\" is not supported by Qt WebEngine")
}