summaryrefslogtreecommitdiff
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove QT_USE_SYNCQT_CPPAlexey Edelev2023-01-021-2/+0
| | | | | | | | Option has not effect anymore. Pick-to: 6.5 Change-Id: I6310ad08e3f963477afa2df448d98b97d2902b78 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Bump version to 6.6.0Jani Heikkinen2022-12-151-1/+1
| | | | | Change-Id: Icf9321191145075f664b400e0a181b024f268bbe Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Mark the module free of qAsConst()Marc Mutz2022-12-051-0/+1
| | | | | Change-Id: I391be8499b1007856994b83fddf56eb60d7f361c Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Enable syncqt cppAlexey Edelev2022-10-281-0/+2
| | | | | | Change-Id: Ia4ca7c17b3dc840d881867990caa2e7313abc2ec Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Bump version to 6.5.0Jani Heikkinen2022-06-061-1/+1
| | | | | Change-Id: Iccfda86a80126755f69f7c2caaa44e19f522dd7f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.4.0Jani Heikkinen2022-01-311-1/+1
| | | | | Change-Id: If3e00ac7f1f179e48ab541dd9a0884d9e37ea985 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* 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>