I'm trying to install this module: https://github.com/emqtt/qmqtt I put folder in ~/Qt5.9.0/5.9/Src and run:
qmake
make
sudo make install
But it doesn't work, Qt Creator says:
'qmqtt.h' file not found
examples doesn't work either. I have core, network and mqtt added in my .pro file.
I'm fairly new to Qt, maybe is there something more I should read first?