c++ - QT Installer: error while loading shared libraries -
i'm trying set qt installer following manual (im in ubuntu):
https://doc.qt.io/qtinstallerframework/ifw-getting-started.html
i compiled qmake , make commands , apparently without problems. binaries generated , none error message. when try run of binaries files, message:
"error while loading shared libraries: libinstaller.so.1: cannot open shared object file: no such file or directory"
i can see libinstaller.so.1 @ qt installer lib folder. don't know how link it.
$ls lib/
lib7z.a libinstaller.so.1 libinstaller.so.1.0.0 libinstaller.so libinstaller.so.1.0
Comments
Post a Comment