summaryrefslogtreecommitdiff
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionJani Heikkinen2021-09-141-1/+1
| | | | Change-Id: Ie8a681bba9089d3badee05b7781491074e4e3548
* Add conanfile.py to support builds with ConanIikka Eklund2021-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | | The build recipe uses the qtbase's 'bin/qt-configure-module' script directly which is recommended when building other Qt modules ouside the qtbase's -prefix. The recipe uses functionality from qt-conan-common Conan package via 'python_requires'. The recipe sets it's version number based on QT_REPO_MODULE_VERSION and QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT in .cmake.conf file. The dependency to qtbase is declared using semantic versioning so that it will pick the latest available prerelease or final version of the major.minor.patch. Task-number: QTBUG-94382 Pick-to: 6.2 Change-Id: I454255080e08d334c30cf7080a3acd2ff613dbff Reviewed-by: Toni Saario <toni.saario@qt.io>
* Bump versionJani Heikkinen2021-02-181-1/+1
| | | | Change-Id: I2fd0db18ab0ccffa70cff47458e85f4707e9e885
* Bump versionPaul Wicking2021-01-121-1/+1
| | | | | | | | CMake edition. Task-number: QTQAINFRA-4126 Change-Id: Ibe9497456fc4c16ad4e8c4b077eef3118fde16b5 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-221-0/+1
Task-number: QTBUG-86815 Change-Id: I2b5975cc1995518f1995955d9b655ab26e764ad0 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Adam <cristian.adam@qt.io>