summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid call to CMake's find_libraryKai Köhne2021-09-271-1/+1
| | | | | | | | | | | | Make sure to pass also a <VAR> to find_library. This fixes a configure failure on Linux without pkg-config; the result of the search is currently ignored, anyhow. Fixes: QTBUG-96914 Change-Id: Ic11610ca38173e0b8ed2fde7f9c707c6e0d77ac1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit f1b39840a0975e9e76dbb1e5a3fcd9001f87697a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* QtSensors initial cmake supportLorn Potter2021-04-191-0/+10
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>