I built a test app in Qt Creator IDE and loaded it on MYS6ULL board. I got this message on executing:
error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory
I put this lib in /usr/lib and besides the app, but it doesn't affect. What's a proper way to solve this issue?