summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2019-06-05 18:33:47 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2019-06-05 18:33:47 +0300
commit154b95c308911b04f11a991b5ac792269f89ab7d (patch)
treef7e59cd35e4561ed0d8f91ea018a52db2de2b14f
parentc49326e942d7cc21f78fe187020dce73befdd935 (diff)
Temporarily skip MinGW build
Change-Id: I58095beac3783f5ea0a295b5a4ca77214288ba69 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
-rw-r--r--Tools/qmake/mkspecs/features/functions.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/qmake/mkspecs/features/functions.prf b/Tools/qmake/mkspecs/features/functions.prf
index e3f42cec4..213e482d1 100644
--- a/Tools/qmake/mkspecs/features/functions.prf
+++ b/Tools/qmake/mkspecs/features/functions.prf
@@ -82,7 +82,7 @@ defineTest(isPlatformSupported) {
}
}
} else {
- isGCCVersionSupported()
+ skipBuild("MinGW build skipped.")
}
} else: macos {
# We require macOS 10.10 (darwin version 14.0.0) or newer