From a1d3208c5743f625f969a65d04bd108773f5682b Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Wed, 23 Oct 2019 20:04:41 +0300 Subject: Temporary skip build with MSVC 2019 Conan dependencies have not been added to provisioning yet. Change-Id: Ie99e6eb04cc7461f19fd031734ce171216b32796 Reviewed-by: Konstantin Tokarev --- Tools/qmake/mkspecs/features/functions.prf | 3 +++ 1 file changed, 3 insertions(+) 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 { -- cgit v1.2.3