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>
bb10
Lars Knoll 2020-05-13 15:35:52 +02:00
parent b4fd377aa9
commit 7ea6cee525
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -832,7 +832,7 @@
},
"headersclean": {
"label": "Check for clean headers",
"autoDetect": "features.developer-build",
"autoDetect": false,
"condition": "!config.wasm",
"output": [ "privateConfig" ]
},