probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 414 forks source link

the Qt library cannot be copied into the installing directory #605

Open sdzgg opened 7 months ago

sdzgg commented 7 months ago

the debug message showed: image

it seems it only checked the library in my project directory, however,the target installing library directory('package/lib') have no libQt5Core.so.5.

probonopd commented 7 months ago

Hi @sdzgg, maybe you'd like to test whether https://github.com/probonopd/go-appimage/tree/master/src/appimagetool works better for you?

sdzgg commented 6 months ago

it still did not work.