summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-131-0/+1
| | | | | | | | | | By adding it to .cmake.conf. This amends commit ee66987e6db3c842847df6bc14a2859abba3cd11. Task-number: QTBUG-116296 Change-Id: I1127833e6aa91cad75f7bd039dcf9cc3e15c2f5c Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Bump version to 6.8.0Jani Heikkinen2023-12-131-1/+1
| | | | | Change-Id: Id07f19f9ef964c92bb676e36ac5ff8a56215ff2f Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Mark the module as Q_FOREACH-freeMarc Mutz2023-08-041-0/+1
| | | | | | | | | | Do it centrally, so the whole module is protected. Amends da870b829cc860ca394af836733dbcc002016061. Change-Id: Ief67bee7411205f41cdd14bc4c4439a293f2d3dd Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
* Bump version to 6.7.0Jani Heikkinen2023-06-141-1/+1
| | | | | Change-Id: Ide944e66bd7f4570b72aa1141d391990ad2a7549 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: I3620588769bfa98b8219ed44a37dd2d5adec1b29 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Bump version to 6.6.0Jani Heikkinen2022-12-161-1/+1
| | | | | Change-Id: Iecb97ff0266786b295ff73ef08b15f403f6d36a1 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Mark the module as free of qAsConst()Marc Mutz2022-12-071-0/+2
| | | | | Change-Id: Ie67ec9b4f1f808b3b70ca7beb98f90c9cd1f2a9f Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Enable syncqt cppAlexey Edelev2022-11-011-0/+2
| | | | | | Change-Id: I100f1fc8bec5032d16ba43702ba1f8802f270a1c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Bump version number to 6.5.0Volker Hilsheimer2022-07-261-1/+1
| | | | | Change-Id: I87b0bff0c3d04fee46465c0d5f9e627ee1592cdb Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Bump version to 6.4.0Andreas Buhr2022-02-111-1/+1
| | | | | Change-Id: Id5c7eb4794f0e62e8df15e74e55f1827b812219b Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
* Bump versionJani Heikkinen2021-09-141-1/+1
| | | | Change-Id: Ia6d7d94c31082ab73e368ca9e7e480baefedb1ee
* QtPositioning: add conan supportIvan Solovev2021-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds conan support to QtPositioning part of the qtlocation repo. Since QtLocation is not yet ready for Qt 6, this should work fine. Later we will need a way to figure out, how to support two modules in one repo. 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. This recipe defines an option which should not be passed to 'qt-configure-module(.bat)' thus it implements the abstract 'is_qt_module_feature()' from the base class. The base class reads the option(s) and default option(s) via 'get_qt_leaf_module_options()' and 'get_qt_leaf_module_default_options()' which are merged by the base class into the base options defined by the base class. Pick-to: 6.2 Task-number: QTBUG-90800 Change-Id: Ie302d9566b2a49a80fe8dd251eb43d5f5af6aa0e Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* QtPositioning: bump versionIvan Solovev2021-02-261-1/+1
| | | | | | | | | | Bump the module version to 6.2. This also includes updating the minimum revision for new QML properties (they have to be 6.2, not 6.0 or 6.1, as QtPositioning is part of 6.2 release only). Task-number: QTBUG-90864 Change-Id: I1b00882c25f6751a1bdc2e64a42117150879381e Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* QtPositioning: port to cmakeIvan Solovev2021-01-201-0/+1
Switching QtPositioning, its tests and examples to cmake. QtLocation is not covered by this patch. Task-number: QTBUG-89854 Change-Id: Ic971f7fd4c576eac9b662641aae77d68c062712d Reviewed-by: Alex Blasche <alexander.blasche@qt.io>