summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 6.4.0Jani Heikkinen2022-02-011-1/+1
| | | | | Change-Id: I035d358eeedf13f01b1b985fa743ee654473e8a9 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump versionJani Heikkinen2021-09-141-1/+1
| | | | Change-Id: I46cf00a6d6b1c2169befb88664017a5311010906
* Support builds with ConanIikka Eklund2021-08-261-0/+1
| | | | | | | | | | | | | | | | | | 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. Pick-to: 6.2 Task-number: QTBUG-94914 Change-Id: Ib09faf140df0c2c8862c4b09c14d1a6929cca8b4 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* Bump versionJani Heikkinen2021-02-221-1/+1
| | | | Change-Id: Ia48071036dba878e9fe897f4d4c6d96bbdf45919
* Update QtConnectivity version number to 6.1.0 and update dependenciesAndreas Buhr2021-02-161-1/+1
| | | | | | | | QtConnectivity is still at version 6.0.0. This patch updates to 6.1.0 and does the required update of dependencies. Change-Id: I6ae9d32d09d33df3dac115782b4d98ea28b85e81 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Update top level cmakelists with pro2cmake and add resulting cmake.confOliver Wolff2020-07-291-0/+1
Change-Id: Id09067de392240e9c4d3b2ab50edfb853c36574f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>