xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5mqtt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_QT5MQTT
2	bool "qt5mqtt"
3	help
4	  Qt is a cross-platform application and UI framework for
5	  developers using C++.
6
7	  The Qt MQTT module provides a standard compliant
8	  implementation of the MQTT protocol specification. It
9	  enables applications to act as telemetry displays and
10	  devices to publish telemetry data.  The supported versions
11	  are MQTT 3.1, MQTT 3.1.1, and MQTT 5.0.
12
13	  https://doc.qt.io/QtMQTT/index.html
14