summaryrefslogtreecommitdiffstats
path: root/conanfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Support builds with ConanIikka Eklund2021-08-261-0/+58
Provide conanfile.py recipe to support building this module with Conan. The conanfile.py recipe inherits the main functionality from base class located in qt-conan-common.git. 'qt-configure-module(.bat)' and cmake is used for the builds. Dependencies (Conan requirements) are defined by the base class implementation which reads those from the 'dependencies.yaml' which is also used by the Coin/CI. Task-number: QTBUG-94915 Change-Id: Ieef522971e0dc521835303f2cf1a4e4502128b4a Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 4ba06ab52d48c13ba3dfa69d737a201fbde62506) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>