summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-05-13 15:35:52 +0200
committerLars Knoll <lars.knoll@qt.io>2020-05-14 19:16:33 +0200
commit7ea6cee52533009799e025e6f66c5ff2cb907b23 (patch)
tree4c188459d397e9acf93f7d0ec0900b2d0ea7506d /configure.cmake
parentb4fd377aa984defea63ecb8951c152872202146e (diff)
Don't enable -headerclean by default even for developer builds
The CI system can test this, but there's little reason to blow up every developers compile time by 30%. Change-Id: I7677b0411103fb1301ad087c884cc9bd22a5aee2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cmake b/configure.cmake
index d262882bb5..a3a8669d27 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -419,7 +419,7 @@ qt_feature("force_asserts" PUBLIC
)
qt_feature("headersclean"
LABEL "Check for clean headers"
- AUTODETECT QT_FEATURE_developer_build
+ AUTODETECT OFF
CONDITION NOT WASM
)
qt_feature_config("headersclean" QMAKE_PRIVATE_CONFIG)