diff options
author | Iikka Eklund <iikka.eklund@qt.io> | 2021-09-13 08:40:05 +0300 |
---|---|---|
committer | Iikka Eklund <iikka.eklund@qt.io> | 2021-09-21 10:41:01 +0300 |
commit | 9cd87a778d657c9aea9b29f076cee0f060bd6d44 (patch) | |
tree | 5678ad4b959ee7e45155b1941defa248f2e66f2f /conanfile.py | |
parent | d96fe5e7537cdd9eadb3fe6359d3c86e5dc1cb56 (diff) | |
download | qtbase-9cd87a778d657c9aea9b29f076cee0f060bd6d44.tar.gz |
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.py | 1 |
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: |