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