summaryrefslogtreecommitdiffstats
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: Ie2b3482910da85789437008e8a8b1e596d6f4288 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Bump version to 6.6.0Jani Heikkinen2022-12-161-1/+1
| | | | | Change-Id: Ibc5216b832491653dc0eb79a6161f4e4acf83877 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-261-0/+2
| | | | | | Change-Id: I756d46bde8c6a280e394671318a5a19f6a27e622 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Bump version to 6.5.0Jani Heikkinen2022-06-131-1/+1
| | | | | Change-Id: Ifb05351fb348792c34cd571c7a6f2165cb96b97a 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: Id7cda1b88deab5d9568d139203439e19db6204d1 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump versionJani Heikkinen2021-09-141-1/+1
| | | | Change-Id: Ic5b719b3c1560c0fa42ff4ec7b8cb9eb02b4ab63
* 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-94915 Change-Id: Ieef522971e0dc521835303f2cf1a4e4502128b4a Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* QtSensors initial cmake supportLorn Potter2021-04-191-0/+1
This commit introduces the bare minimum cmake support that should unblock the CI and allow further verification and development on most platforms: macOS, Linux, Win, iOS and Android. Some clarifications: * The support for sensorfw backend is very preliminary and can be enabled later if needed (no Qt6 version of the sensorfw). * The simulator backend is dropped as obsolete / unnecessary. * Three examples are currently commented out and shall be ported with a later commit. Task-number: QTBUG-92502 Change-Id: Id523d43ed3ef177010dc73afc5812ed374cff0dd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>