summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Take custom info.plists and Androidmanifests into use with cmakeTamas Martinec2021-11-261-1/+12
| | | | | | | | Task-number: QTBUG-97977 Change-Id: I85ad6298d964bfe9fe5b8ddd9e83cb1e66664b6c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit a798ef4e3d3bf93be82bfc0ad5d2ca2af0dcd2d5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
| | | | | | | | | | | | | | Needed for subsequent change that will check and error out if the version is lower than 3.16. We do that to ensure all policies introduced by CMake up to version 3.16 have their behavior set to NEW. Task-number: QTBUG-95018 Change-Id: I51ba79ad25f77c6989acb0cb471967b6403c96f2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 45f3b0e8551274af47f674094452ab3bbd498c86) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* QtSensors initial cmake supportLorn Potter2021-04-191-0/+65
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>