summaryrefslogtreecommitdiffstats
path: root/src/core/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-08-07 18:26:29 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-08-15 19:44:01 +0200
commitf7197bd7e106fb3dc875616e26a22e131ed733e4 (patch)
tree31853c62aa6477293ae36db31a9268ab11e4fe8b /src/core/configure.json
parent113f866f4d0d60f11de0aa6cb19b5e20e64695d9 (diff)
Move winversion test to configure
Change-Id: I5e0544415298b0e6b10e55f91d93d05eef81ccc4 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/configure.json')
-rw-r--r--src/core/configure.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index 14211a2f1..d868e7f12 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -318,8 +318,14 @@
},
"webengine-winversion": {
"label": "winversion",
- "test": "winversion",
- "type": "compile"
+ "type": "compile",
+ "test": {
+ "head" : [
+ "#if !defined(__clang__) && _MSC_FULL_VER < 191426428",
+ "#error unsupported Visual Studio version",
+ "#endif"
+ ]
+ }
},
"webengine-protoc": {
"label": "protoc",