Run QT executable in new Ubuntu
Unsolved
General and Desktop
-
Hi. I am trying to run my qt executable file in other new Ubuntu . Can I run this exe without qt creator . When I run .exe in new Ubuntu , it shows that messgae
error while loading shared libraries: libQt5MultimediaWidgets.so.5: cannot open shared object file: No such file or directory
How can I fix that. There may be some software environments that need to be installed.
-
There are only two options:
- Install a compatible Qt version on the second computer
- Deploy all needed libraries along with your program. You may want to have a look at linuxdeployqt
Regards