How to include Qt serialbus from github into your project?
Unsolved
General and Desktop
-
Hello everyone,
I would like to use Qt serialbus (modbus to be exact) in my project, but having issues using Qt serialbus included with my 5.12.3 I would like to be able to use it from source (github).
https://github.com/qt/qtserialbus
How could I include this into my application?
Thanks in advance!
-
Just re-build it from sources and then install to the system (qmake && make && sudo make install to replace a module). A simple way it is to open the qtserialbus sources in QtCreator and to build and install from there (by analogy with this module).
-