summaryrefslogtreecommitdiffstats
path: root/src/core/configure.json
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-07-09 15:57:22 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-07-11 09:20:34 +0000
commitc864129af8ff6157a6c9a5a532e01a1ee69e98ce (patch)
tree6c2b1cd3f2c30a03f7e1db210f8af2dca13ec262 /src/core/configure.json
parent279069f94779c80bf1ef8835b37968babb930bf0 (diff)
Print macOS toolchain info when configuring WebEngine
It's not always easy to determine what Xcode / clang version is used when building WebEngine in the CI. Same for the OS version and other toolchain details. Print out the values at QtWebEngine configure time. This will also help us when users provide build logs. Change-Id: I413a6c5b6efb42c4411268ca46d07c2fb9b85cc3 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/configure.json')
-rw-r--r--src/core/configure.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index b1182e789..fddcb9ae8 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -680,6 +680,36 @@
"condition": "config.sanitizer"
},
{
+ "message": "macOS version",
+ "type": "macosToolchainVersion",
+ "args": "macosVersion",
+ "condition": "config.macos"
+ },
+ {
+ "message": "Xcode version",
+ "type": "macosToolchainVersion",
+ "args": "xcodeVersion",
+ "condition": "config.macos"
+ },
+ {
+ "message": "Clang version",
+ "type": "macosToolchainVersion",
+ "args": "clangVersion",
+ "condition": "config.macos"
+ },
+ {
+ "message": "macOS SDK version",
+ "type": "macosToolchainVersion",
+ "args": "sdkVersion",
+ "condition": "config.macos"
+ },
+ {
+ "message": "macOS minimum deployment target",
+ "type": "macosToolchainVersion",
+ "args": "deploymentTarget",
+ "condition": "config.macos"
+ },
+ {
"section": "Optional system libraries used",
"condition": "config.unix",
"entries": [