summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2021-09-13 08:40:05 +0300
committerIikka Eklund <iikka.eklund@qt.io>2021-09-21 10:41:01 +0300
commit9cd87a778d657c9aea9b29f076cee0f060bd6d44 (patch)
tree5678ad4b959ee7e45155b1941defa248f2e66f2f /conanfile.py
parentd96fe5e7537cdd9eadb3fe6359d3c86e5dc1cb56 (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. Pick-to: 6.2 Change-Id: I6d09cc3933cd28c306ef011bb26346a0993ffcd3 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
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: