summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-03-07 07:37:11 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-03-12 14:17:33 +0000
commitda95548bab8e8981ae33843438bc205c4e14aea0 (patch)
tree5524d18bfc9615e0e479f38522c2228e329228da /mkspecs
parent989a6f33a165c6f793639ea34fc30fe6210c0181 (diff)
Clarify Windows build requirements
[ChangeLog][QtWebEngine] QtWebEngine requires Visual Studio 2017. Task-number: QTBUG-66596 Change-Id: Ib9961afef17bc095bdf983cb06981e16963157c1 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/platform.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/platform.prf b/mkspecs/features/platform.prf
index 7f6cc2e3e..2c8ef43a5 100644
--- a/mkspecs/features/platform.prf
+++ b/mkspecs/features/platform.prf
@@ -34,7 +34,7 @@ defineTest(isPlatformSupported) {
return(false)
}
!qtConfig(webengine-winversion) {
- skipBuild("Needs VS 2017 Update 3.2 with Cumulative Servicing Release or higher")
+ skipBuild("Needs Visual Studio 2017 or higher")
return(false)
}
} else:osx {