summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/platform.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/platform.prf')
-rw-r--r--mkspecs/features/platform.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/features/platform.prf b/mkspecs/features/platform.prf
index f36b506d8..0a2e4b1ef 100644
--- a/mkspecs/features/platform.prf
+++ b/mkspecs/features/platform.prf
@@ -29,8 +29,8 @@ defineTest(isPlatformSupported) {
skipBuild("Qt WebEngine on Windows requires MSVC.")
return(false)
}
- !isMinWinSDKVersion(10, 10586): {
- skipBuild("Qt WebEngine on Windows requires a Windows SDK version 10.0.10586 or newer.")
+ !isMinWinSDKVersion(10, 16299): {
+ skipBuild("Qt WebEngine on Windows requires a Windows SDK version 10.0.16299 or newer.")
return(false)
}
!qtConfig(webengine-winversion) {