summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 6.2.6Tarja Sundqvist2022-08-171-1/+1
| | | | | Change-Id: Iec9dde6103184e348a6524e1f46658a15af2f7bc Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* Bump version to 6.2.5Tarja Sundqvist2022-05-241-1/+1
| | | | | Change-Id: I19c0bf2b263226d473862ba7de51de99a67a2b1a Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* Bump version to 6.2.4Jani Heikkinen2022-02-011-1/+1
| | | | | Change-Id: I5623523567c84d378004daf0dd1f59fdc6efcbbb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.2.3Jani Heikkinen2021-12-181-1/+1
| | | | | Change-Id: I950c7a6be577bfa2a070e31d97662906b5920e96 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.2.2Jani Heikkinen2021-11-031-1/+1
| | | | | Change-Id: I0566dda369d423732f455b2bd9bc0edcdebad9e1 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Bump version to 6.2.1Jani Heikkinen2021-10-051-1/+1
| | | | | Change-Id: If31832c808c3305d2407cd687a29d0497ff8724f Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Update QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENTIikka Eklund2021-10-011-1/+1
| | | | | | | | | Current value should be empty to reflect the branch status. Change-Id: I79b652f3015b8ec943bdc0e1123b9678eff7f0c0 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 06552ee6c0e25c31ee89bad49869de60896782e1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* 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. Task-number: QTBUG-94915 Change-Id: Ieef522971e0dc521835303f2cf1a4e4502128b4a Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 4ba06ab52d48c13ba3dfa69d737a201fbde62506) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* 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>