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>
This commit is contained in:
parent
0c362f77b3
commit
3c7840904f
@ -456,6 +456,7 @@ class QtBase(ConanFile):
|
||||
"android_javac_source",
|
||||
"qpa",
|
||||
"translationsdir",
|
||||
"headersclean",
|
||||
]
|
||||
for item in rm_list:
|
||||
if item in self.info.options:
|
||||
|
Loading…
x
Reference in New Issue
Block a user