This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM437X: How to add QtMqtt module

Part Number: PROCESSOR-SDK-AM437X

Tool/software: Linux

Hi.

I'm developing an application using QtMqtt module on AM437x EVM. But when I add QT += mqtt into .pro file, QtCreator reports an "Unknown module" ERROR.

I also tried to build processor sdk with "bitbake" command but both "qtmqtt" and "mqtt" recipes are not availabe.

I'm using  ti-processor-sdk-linux-am437x-evm-05.02.00.10 processor sdk, AM437x EVM Rev 1.5B and my Linux host is Ubuntu 16.04.

How can I use QtMqtt ?

Thank you.