summaryrefslogtreecommitdiffstats
path: root/conanfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Support builds with ConanIikka Eklund2021-08-261-0/+56
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 bf05dc0ea34e6d2a2a242fd1ba0d11bbc5175a95) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>