QT5core
-
when i run my application i get an error saying
error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directoryIs there any solutions for this ?
-
when i run my application i get an error saying
error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directoryIs there any solutions for this ?
@sneha-ashok said in QT5core:
Is there any solutions for this ?
Deploy your app properly, so that all needed libraries are available.
See https://doc.qt.io/qt-6/linux-deployment.html
There is also https://github.com/probonopd/linuxdeployqt -
when i run my application i get an error saying
error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directoryIs there any solutions for this ?
@sneha-ashok I am using QT5 version
Qt Creator 4.5.2
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit) -
@sneha-ashok I am using QT5 version
Qt Creator 4.5.2
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)@sneha-ashok said in QT5core:
Qt Creator 4.5.2
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)This does not say what Qt version you're using, it says which Qt version was used to build QtCreator.
-
@sneha-ashok I am using QT5 version
Qt Creator 4.5.2
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)@sneha-ashok And i am using qt in linux ubuntu 18.04