summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2019-06-28 10:44:12 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2019-07-04 21:45:31 +0200
commit72ebc7458dabe61c5231456d72a81ec7234a5785 (patch)
tree7575810c34dd88f84277cdff2d004baad6b9cc17 /configure.json
parentadaa997ce654bc7d488e887c9b7a971fc037a775 (diff)
Enable ccache for non-Unix target platforms
Remove the config.unix condition from the ccache feature. This enables us to use ccache for non-Unix cross-builds like MinGW on Linux. Change-Id: I3b108c2288754ad5dd05834e3d5a487c2da4ac00 Fixes: QTBUG-76681 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index c93bea46bc..525cb5a12c 100644
--- a/configure.json
+++ b/configure.json
@@ -1230,7 +1230,7 @@
"ccache": {
"label": "Using ccache",
"autoDetect": false,
- "condition": "config.unix && tests.ccache",
+ "condition": "tests.ccache",
"output": [ "privateConfig" ]
},
"msvc_mp": {