summaryrefslogtreecommitdiff
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Add Axivion configMatti Paaso2023-03-231-0/+63
| | | | | | | Task-number: QTQAINFRA-5244 Change-Id: Icc848cb77693e33f7be40cf9947fc3dc43189f12 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* Doc: Enable zero qdoc warning limitVenugopal Shivashankar2021-11-111-0/+1
| | | | | Change-Id: Iec8e3b84939776d1f8753d7ba2389add115a1110 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* QtSensors initial cmake supportLorn Potter2021-04-191-0/+12
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>