Commit Graph

1 Commits

Author SHA1 Message Date
Iikka Eklund 6ff02cd468 Support builds with Conan
The recipe uses Conan's supported way to inherit from a given
base class via 'python_requires_extend'.

The qt-conan-common package implements a base class for Qt leaf
module recipes. The build steps in leaf modules are mostly identical
so it makes sense to put those in the base class.

Dependencies are read by the base class from the 'dependencies.yaml'
which is the same file the CI system uses.

Task-number: QTBUG-94914
Change-Id: Ib09faf140df0c2c8862c4b09c14d1a6929cca8b4
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Reviewed-by: Toni Saario <toni.saario@qt.io>
(cherry picked from commit bf05dc0ea3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2021-08-26 11:06:49 +00:00