Commit cd776aeb authored by Joerg Bornemann's avatar Joerg Bornemann Committed by Allan Sandfeld Jensen
Browse files

Support Visual Studio 2017


Change-Id: I6b8e49913fc73ec3728b5c005fd83d2e573ad4ea
Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
parent 4d1eff5e
No related merge requests found
Showing with 2 additions and 0 deletions
......@@ -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")
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment