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.