From b78d0c556116fea0607579fdb381d122c40f66bf Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Fri, 31 Dec 2021 08:43:52 +0200 Subject: 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. Change-Id: I91019dacb99a3ee69fadbf3435d37bac0c279330 Reviewed-by: Toni Saario (cherry picked from commit aca9fe0709493a4caf74363aa1d52038903354bf) Reviewed-by: Qt Cherry-pick Bot --- conanfile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'conanfile.py') diff --git a/conanfile.py b/conanfile.py index 9595b0c553..0190b47bf7 100644 --- a/conanfile.py +++ b/conanfile.py @@ -546,6 +546,7 @@ class QtBase(ConanFile): "qpa", "translationsdir", "headersclean", + "qt_host_path", ] for item in rm_list: if item in self.info.options: -- cgit v1.2.3