From aca9fe0709493a4caf74363aa1d52038903354bf Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Fri, 31 Dec 2021 08:43:52 +0200 Subject: [PATCH] Conan: Exclude 'qt_host_path' option from package_id checksum The 'qt_host_path' should not affect the package_id as it is most probably completely different in different environment and would make the CI produced cross compiled binaries unusable by end users. Pick-to: 6.2 6.3 Change-Id: I91019dacb99a3ee69fadbf3435d37bac0c279330 Reviewed-by: Toni Saario --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index 85c1bb4723..4668331aa0 100644 --- a/conanfile.py +++ b/conanfile.py @@ -493,6 +493,7 @@ class QtBase(ConanFile): "qpa", "translationsdir", "headersclean", + "qt_host_path", ] for item in rm_list: if item in self.info.options: