All the directories are on the same device,
but the library that contains libQt5XcbQpa.so.5 is in :
debian@beaglebone:/opt/proba/Test/lib
Also i have script ( start.sh ) thats starts my application :
#!/bin/bash
#start.sh script
export LD_LIBRARY_PATH=/opt/proba/Test/lib/
/opt/proba/Test/Test -platform xcb
Tnx,
Bookmarks