Qt Mqtt module not found
-
Hi,
I installed Qt Mqtt from official online installer for windows 10 x64 but i cant use or import it in my project and i cant find it in "path C:\Qt\6.8.2\mingw_64\qml" also .
I wanna to use it in my project by using "Import QtMqtt" but i facing a "Qml module not found" problem
and could i download qt mqtt for qt 5.15.18??? -
Hi,
I installed Qt Mqtt from official online installer for windows 10 x64 but i cant use or import it in my project and i cant find it in "path C:\Qt\6.8.2\mingw_64\qml" also .
I wanna to use it in my project by using "Import QtMqtt" but i facing a "Qml module not found" problem
and could i download qt mqtt for qt 5.15.18???QMqtt
is NOT a QML module...
Only Qt WidgetsBut check out this official example how to use the Widgets module in a QML app
-
as far as I know, the official Qt Installer doesn't provide Mqtt for open source edition as prebuilt module. So unless you use commercial edition, you have to build the whole Qt from sources to have Mqtt available.