Qt MQTT not available
-
Hello,
I was a question about a new addition to Qt: Qt MQTT.
I found here that it is available for Qt version 5.10.
I tried making one of the examples, but when I try to include the library: QT += mqtt, it says Project ERROR: Unknown module(s) in QT: mqtt.
I checked my installation: I have Qt5.10.0 with mingw 5.3.0 (on windows)In the examples page, the mqtt examples aren't available.
Any idea how to add Qt MQTT?
With kind regards,
Lode -
Hi and welcome to devnet,
That's indeed surprising. Worst case scenario:
- Clone the module from http://code.qt.io
- Open the main .pro file in QtCreator
- Build the module with the Qt version you want to use it with
- Then go on the console and type ming32-make install. in the folder where you built the module.
-
Hi and welcome to devnet,
That's indeed surprising. Worst case scenario:
- Clone the module from http://code.qt.io
- Open the main .pro file in QtCreator
- Build the module with the Qt version you want to use it with
- Then go on the console and type ming32-make install. in the folder where you built the module.
-
AFAIK, yes. But I don't know when.
-
Hi and welcome to devnet,
Please re-read both my posts and the one from @mkalinow.
-
P Pl45m4 referenced this topic on