summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2024-04-09 14:36:38 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2024-04-17 20:41:35 +0200
commit0075672da31b96f07279e173f35dd5a426575636 (patch)
tree9d421ebffb856371b1364be471068b804d835295 /configure.cmake
parenta868c6947a50cd89416cb5fd996fc4bd19ae71b4 (diff)
Remove the headersclean feature
'headersclean' shoudn't be a feature. The respective flag should behave like command-line switch that affects the only repo that it was passed for. This also avoids propagating of the headersclean feature between the different repos when qtbase was built with the headerclean enabled. Fixes: QTBUG-121722 Change-Id: I304cbc980b06030513c015a2016678a6a0965fed Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.cmake b/configure.cmake
index 1e144ac37c..01ee4fa393 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -624,12 +624,6 @@ qt_feature("force_asserts" PUBLIC
LABEL "Force assertions"
AUTODETECT OFF
)
-qt_feature("headersclean"
- LABEL "Check for clean headers"
- AUTODETECT OFF
- CONDITION NOT WASM
-)
-qt_feature_config("headersclean" QMAKE_PRIVATE_CONFIG)
qt_feature("framework" PUBLIC
LABEL "Build Apple Frameworks"
AUTODETECT BUILD_SHARED_LIBS