Dear Expert,
I’m trying to develop a QT application that uses the serial communication (QSerialport) but I got the below alarm when it try to run on my iMX6.
/usr/share/qt5/tests/RFID_reader: error while loading shared libraries: libQt5SerialPort.so.5: cannot open shared object file: No such file or directory
Application finished with exit code 1
It seems that serial library is not included on QT runtime, is it correct?
Thank you in advance for your help
David