summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tools/qmake/mkspecs/features/functions.prf3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/qmake/mkspecs/features/functions.prf b/Tools/qmake/mkspecs/features/functions.prf
index e3f42cec4..3a39f4bea 100644
--- a/Tools/qmake/mkspecs/features/functions.prf
+++ b/Tools/qmake/mkspecs/features/functions.prf
@@ -75,6 +75,9 @@ defineTest(isPlatformSupported) {
!isVersionAtLeast($$MSVC_VER, "14.0") {
skipBuild("QtWebKit on Windows requires MSVC 2015.")
}
+ isVersionAtLeast($$MSVC_VER, "16.0") {
+ skipBuild("Temporary skipped MSVC 2019.")
+ }
CONFIG(debug, debug|release):!contains(QMAKE_HOST.arch, x86_64) {
# debug_and_release is built as release, see Tools/qmake/projects/run_cmake.pro
!debug_and_release {