Error QT += mqtt
-
I am facing the following error: Unknown module(s) in QT: mqtt, while adding QT+=mqtt in .pro .
I tried to resolve the issue with the following link: https://stackoverflow.com/questions/48701475/qt-creator-adding-mqtt-library
but I got the same error.Anyone who can help me resolve the issue.
Thanks ®ards,
Rajashekar
-
Hi,
Did you build and install the module before using it ?
-
I cloned the mqtt from GitHub by following the below link, but I didn't find the.pro file to build the same.
https://stackoverflow.com/questions/48701475/qt-creator-adding-mqtt-library
-
@Rajashekar-V said in Error QT += mqtt:
but I didn't find the.pro file to build the same
It is CMake based, so you need to use CMake to build it.
-
Can you please help me with the steps to using CMake.
-