I created my program and now trying to launch it on other computer. I get following errors:
.../libQtGui.so.5: version 'Qt_5' not found
.../libQt5Core.so.5: version 'Qt_5' not found
.../libQt5Core.so.5: version 'Qt_5.9' not found
.../libQt5Sql.so.5: version 'Qt_5' not found
.../libQt5Network.so.5: version 'Qt_5' not found
.../libQt5Widgets.so.5: version 'Qt_5' not found
I added script and this files to my application directory as it is decribed here: http://doc.qt.io/qt-5/linux-deployment.html
But I still getting this errors. Does anyone knowes how in may be solved ?