summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 6.2.8Tarja Sundqvist2022-12-111-1/+1
| | | | | Change-Id: Idbb6900e9f5e4b9dae24ed555f6cafa57b35e338 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* Bump version to 6.2.7Tarja Sundqvist2022-09-241-1/+1
| | | | | Change-Id: I0791560d71a947b28a891e9736b4e04b22b6169f Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* Bump version to 6.2.6Tarja Sundqvist2022-08-171-1/+1
| | | | | Change-Id: I29a43c4f9583433fa768a03839f3b1ab573c05cd Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* Bump version to 6.2.5Tarja Sundqvist2022-05-241-1/+1
| | | | | Change-Id: I250f5dc57cdc6c95e1c8d14036c6512690531a13 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* Bump version to 6.2.4Jani Heikkinen2022-02-011-1/+1
| | | | | Change-Id: Iafa0095c1a95b3f3b15742f82cb16ac93e708ca5 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.2.3Jani Heikkinen2021-12-211-1/+1
| | | | | Change-Id: Ib45df47cd5a56906e24c6d11dcc54c3ad135364c Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.2.2Jani Heikkinen2021-11-031-1/+1
| | | | | Change-Id: I93d42d963144895ac356aeecf3db4f9e04b23445 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Bump version to 6.2.1Jani Heikkinen2021-10-061-1/+1
| | | | | Change-Id: I88bed99c6b3b225a2e8528f5ee63a58f6b67ddae Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Update QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENTIikka Eklund2021-10-031-1/+1
| | | | | | | | | Current value should be empty to reflect the branch status. Change-Id: Ib5f5ed2e059430a2883f64aea894cfca649c33a2 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit f1f18eecc5f016dc40daef6ab5a6fa9f293aaf2e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Conan: Inherit recipe class from QtLeafModule for common functionalityIikka 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. Task-number: QTBUG-94758 Change-Id: I61baf3f96a027ee374af6b16ba370fb85a2e698c Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 91974f11f12091d94d5c5f85a3368aa1844ee580) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Bump versionJani Heikkinen2021-02-181-1/+1
| | | | Change-Id: I0f53fed0b1f65bbeafa62c96d19bf19d1dc6d88a
* Bump versionPaul Wicking2021-01-131-1/+1
| | | | | | | | | CMake edition. Task-number: QTQAINFRA-4126 Change-Id: I70eabc0c855ccbbe4edf01a0cf8ad50d2ff472fb Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Add support for building with CMakeMike Krus2020-05-221-0/+1
Change-Id: If6c887c6356a160a5f3fb906d38a341fff0c7b29 Reviewed-by: Mike Krus <mike.krus@kdab.com>