I am currently working through the Qt Creator tutorial for the ConnectCore imx6 sbc Pro: https://www.digi.com/resources/documentation/digidocs/embedded/dey/2.4/cc6plus/yocto_c_qt-about
I am using the the dey-2.4-r2 toolchain and yocto image for the board.
When I run the “hello world” example, it compiles and loads to the board but I get the error:
opt/hello_world/bin/hello_world: error while loading shared libraries: libQt5Qml.so.5: cannot open shared object file: No such file or directory
11:45:14: Application finished with exit code 127.
I looked in /usr/lib and there are many libqt5* libraries but not the one listed.
Any ideas what I might be doing wrong? Can I add something to the local.conf to get that library loaded to the board?