summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-09-03 15:36:59 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-09-03 21:10:00 +0000
commit42a68ee9dd53eac2d8aaabf02dcf4ffa4525facf (patch)
treec74b9bd020cd49f7f5ccfb25b795771b1d72f3a8 /configure.json
parenta3ee0b94daa5840590dc8b9b546d997d0823b55f (diff)
Fix precompiled header detection for clang-cl
Do not unconditionally enable precompiled headers for MSVC since clang-cl does not support it. Task-number: QTBUG-63512 Change-Id: I95df7d3bb51647ecee8ddc3161421768313ab4a1 Reviewed-by: Simon Hausmann <simon.hausmann@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 8c8118f39a..03b1353e5b 100644
--- a/configure.json
+++ b/configure.json
@@ -844,7 +844,7 @@
},
"precompile_header": {
"label": "Using precompiled headers",
- "condition": "config.msvc || tests.precompile_header",
+ "condition": "tests.precompile_header",
"output": [
"privateConfig",
{ "type": "varRemove", "negative": true, "name": "CONFIG", "value": "'precompile_header'" }