summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Mark the module free of Q_FOREACH ... againMarc Mutz2023-08-071-0/+1
| | | | | | | | | | | This restores the QT_NO_FOREACH macro originally added in 4ddf002692648264b7e6c8cb3df3758e68fe81fa and then lost in the cmake port. Luckily, no new uses have crept in in the meantime. Change-Id: Ic2ab88afeb11ab15cae92d23e2a6ef9a2525dec1 Reviewed-by: David Edmundson <davidedmundson@kde.org>
* Bump version to 6.7.0Jani Heikkinen2023-06-141-1/+1
| | | | | Change-Id: I8e13145bb4e34d6f8cede1b648b8f2ff3b3d210d Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Remove QT_USE_SYNCQT_CPPAlexey Edelev2023-01-021-2/+0
| | | | | | | | Option has not effect anymore. Pick-to: 6.5 Change-Id: Id9acae0ebb103fe77d739c963830368276348b52 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Bump version to 6.6.0Jani Heikkinen2022-12-161-1/+1
| | | | | Change-Id: I5910b5e86879421ad5a36574e6f2c3d0d2686b6c Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Mark the module free of qAsConst()Marc Mutz2022-12-051-0/+1
| | | | | Change-Id: I914ccc09297ac6283d7cf24d5afc96ebdaf294d0 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
* Enable syncqt cppAlexey Edelev2022-10-271-0/+2
| | | | | | Change-Id: Ie9b681ebb229596d8ece1bb8577b0fcba87b2c88 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-131-1/+1
| | | | | Change-Id: I7fdd8afe60457bcdc0c18939558dfca83493d265 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.4.0Jani Heikkinen2022-02-011-1/+1
| | | | | Change-Id: I4e7d3c691426628326040ffc23e251bcb13d8d9a Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump versionJani Heikkinen2021-09-141-1/+1
| | | | Change-Id: I0cf8f58da27200bcbae6fb7821050215fc98025e
* Support builds with ConanIikka Eklund2021-08-261-0/+1
| | | | | | | | | | | | | | | | | | Provide conanfile.py recipe to support building this module with Conan. The conanfile.py recipe inherits the main functionality from base class located in qt-conan-common.git. 'qt-configure-module(.bat)' and cmake is used for the builds. Dependencies (Conan requirements) are defined by the base class implementation which reads those from the 'dependencies.yaml' which is also used by the Coin/CI. Pick-to: 6.2 Task-number: QTBUG-94913 Change-Id: I18c941dafb959ced07f502bd37bebae4e4e91fec Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* Bump versionJani Heikkinen2021-02-181-1/+1
| | | | Change-Id: If1acb547565a0b0edce76b3a0e78e11538de1771
* Bump versionPaul Wicking2021-01-121-1/+1
| | | | | | | | CMake edition. Task-number: QTQAINFRA-4126 Change-Id: I41c62d025f018c994e8a23628c783ec38e93d2e4 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* CMake: Regenerate projectsAlexandru Croitor2020-05-261-0/+1
Change-Id: I51a365ef29277bfcb3a62d04954dbe109ab6eac7 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>