Registry / messaging / qt5-mqtt

qt5-mqtt

JSON →
library5.15.17vcpkgunverified

Qt MQTT enables you to create applications and devices that can communicate over the MQ telemetry transport (MQTT) protocol.

vcpkg install qt5-mqtt
INSTALL
IMPORT
SIG · QT5-MQTT
Q
qt5-mqtt
messagingcppv5.15.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QMqttClient
#include <QMqttClient>

Connect to an MQTT broker

#include <QMqttClient> #include <QCoreApplication> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QMqttClient client; client.setHostname("localhost"); client.connectToHost(); return app.exec(); }
Debug
Known issues
gotchaQt MQTT is not part of the official Qt release; it is an add-on module.
fix
Ensure you have the qt5-mqtt port installed and use find_package(Qt5Mqtt REQUIRED).
affects: *
Upgrade
Version history
5.15.17latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources

No resource links recorded.

qt5-mqtt — pip install qt5-mqtt · libregistry