summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2021-09-13 08:40:05 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-21 09:17:47 +0000
commit3c7840904f3042caaa38d29b4639c5ad98b3fd7e (patch)
tree3d83b6ef26ca45a50d305a5829423f8c34e6935b /conanfile.py
parent0c362f77b3097c83b0ab454ea19531d6bb81c187 (diff)
Conan: Exclude 'headersclean' option from package_id
This option should not affect the binary compatibility thus it should not be part of the package_id of the created Conan package. Change-Id: I6d09cc3933cd28c306ef011bb26346a0993ffcd3 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 9cd87a778d657c9aea9b29f076cee0f060bd6d44) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py
index a75c31dd22..396f5f9a60 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -456,6 +456,7 @@ class QtBase(ConanFile):
"android_javac_source",
"qpa",
"translationsdir",
+ "headersclean",
]
for item in rm_list:
if item in self.info.options: