2013-09-20 07:43:12 +02:00
|
|
|
config BR2_PACKAGE_QT5SENSORS
|
|
|
|
bool "qt5sensors"
|
|
|
|
select BR2_PACKAGE_QT5BASE
|
|
|
|
help
|
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
|
developers using C++.
|
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
The Qt Sensors API provides access to sensor hardware
|
|
|
|
via QML and C++ interfaces.
|
2013-09-20 07:43:12 +02:00
|
|
|
|
2017-02-08 11:26:35 +01:00
|
|
|
http://doc.qt.io/qt-5/qtsensors-index.html
|