diff --git a/conanfile.py b/conanfile.py index f58bf92a5a8..4d2af9047aa 100644 --- a/conanfile.py +++ b/conanfile.py @@ -446,6 +446,8 @@ class QtBase(ConanFile): def package_id(self): # https://docs.conan.io/en/latest/creating_packages/define_abi_compatibility.html self.info.requires.package_revision_mode() + # Enable 'qt-conan-common' updates on client side with $conan install .. --update + self.info.python_requires.recipe_revision_mode() # Remove those configure(.bat) options which should not affect package_id. # These point to local file system paths and in order to re-use pre-built