summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2019-10-23 20:04:41 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2019-12-11 17:12:24 +0300
commita1d3208c5743f625f969a65d04bd108773f5682b (patch)
treeb9f42c11430a1af51b786b34e585f7b09657b3ee
parenta824538b5414014be4983e553e148e097d2deec0 (diff)
Temporary skip build with MSVC 2019
Conan dependencies have not been added to provisioning yet. Change-Id: Ie99e6eb04cc7461f19fd031734ce171216b32796 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
-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 {