summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-07-12 01:00:11 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2019-07-12 15:29:54 +0200
commit38c2b80e65b66f8f85ad177307277107d63d9b50 (patch)
treef46fd98df047244fc5eb90b3643e967399784f25 /configure.json
parentf5840944a6c29df162c5bdcaf488647f17877fab (diff)
parent77d126ccb58aba85ab6f363c4314f8481aa0cf1d (diff)
Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 9c9515bb52..af55bb6fd2 100644
--- a/configure.json
+++ b/configure.json
@@ -251,12 +251,14 @@
"label": "target architecture",
"type": "architecture",
"test": "arch",
+ "output": "arch",
"log": "arch"
},
"host_architecture": {
"label": "host architecture",
"type": "architecture",
"test": "arch",
+ "output": "arch_host",
"host": true,
"pro": "arch_host.pro",
"log": "arch"
@@ -1316,7 +1318,7 @@
"ccache": {
"label": "Using ccache",
"autoDetect": false,
- "condition": "config.unix && tests.ccache",
+ "condition": "tests.ccache",
"output": [ "privateConfig" ]
},
"msvc_mp": {