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>
This commit is contained in:
Iikka Eklund 2021-09-13 08:40:05 +03:00
parent d96fe5e753
commit 9cd87a778d

View File

@ -456,6 +456,7 @@ class QtBase(ConanFile):
"android_javac_source",
"qpa",
"translationsdir",
"headersclean",
]
for item in rm_list:
if item in self.info.options: