summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 6.3.1Jani Heikkinen2022-03-301-1/+1
| | | | | Change-Id: I13bab71cae20277d5aa155dfba4b59f54a89c1e4 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump versionJani Heikkinen2021-09-141-1/+1
| | | | Change-Id: I772665107eee5dd3e2b7f1486250e4b577dacd0f
* Conan: Inherit recipe class from QtLeafModule for common functionalityIikka Eklund2021-08-261-0/+1
| | | | | | | | | | | | | | | | | 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. Inheriting class needs to implement 'get_leaf_module_source_folder()'. Pick-to: 6.2 Task-number: QTBUG-94902 Change-Id: I7cec8a66bfaae3a75e93b1f31ee33c9defda4fe3 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Bump versionJani Heikkinen2021-02-181-1/+1
| | | | Change-Id: Ib75fef0b3ce2091e0b223208c17c45931a7a1d52
* Bump version to 6.1.0Jani Heikkinen2021-02-111-1/+1
| | | | | | | Change-Id: Ib7c57e40fe7d5d7723273e282f187fa19dfed11f Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io> (cherry picked from commit 5e41fbf51034fcca7ad4415a4219e2d636cc5485) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add CMake buildTuomo Pelkonen2021-01-271-0/+1
Task-number: QTBUG-89299 Change-Id: I5becbf39605e566c3d32cb5e210d974df9de27da Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>