summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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. Task-number: QTBUG-94816 Change-Id: Idb08326dc13b90b2a70db3a2f53e5a4d4a348adb Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit c49ae50dc3bb0cf4235c85333a42fb5b91962a2f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Bump versionJani Heikkinen2021-02-181-1/+1
| | | | Change-Id: I2243f4096994b2ecf6cb032c50cd7e1daa380feb
* Bump version to 6.1.0Jani Heikkinen2021-02-111-1/+1
| | | | | | | Change-Id: Ia78bf96cb574ef83ad13332b653715b83402cbb3 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io> (cherry picked from commit b2f4eeabd2d2f8150c97b40100e4d09146aa0261) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Initial port to cmakeFriedemann Kleint2020-05-121-0/+1
Port the 2 main libraries, examples and tests. Task-number: QTBUG-78167 Change-Id: I0d00c9fa352a96dcd0e1f42d52e6f15680abd9ed Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>