From 3c7840904f3042caaa38d29b4639c5ad98b3fd7e Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Mon, 13 Sep 2021 08:40:05 +0300 Subject: [PATCH] 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 (cherry picked from commit 9cd87a778d657c9aea9b29f076cee0f060bd6d44) Reviewed-by: Qt Cherry-pick Bot --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index a75c31dd22d..396f5f9a60b 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: