I have a Qt5 application, compiled for release on Ubuntu. I prepare directory with:



But when I run .sh script on another Ubuntu machine (without installed Qt5), I get next error:
symbol lookup error: /path/to/app/./libQt5Widgets.so.5: undefined symbol: _ZTI15QGuiApplication
How fix it?