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
Bundle addition libraries to $ORIGIN/lib directory #557
Copy the libraries to the target location inside the AppDir prior to running linuxdeployqt
Pass in the path to those libraries in the target location using one or multiple -executable=<path to the library> in order to make linuxdeployqt rewrite their rpath and also deploy their dependencies
Hi. Is there any way to copy additional external libraries to the
$ORIGIN/lib
folder while runninglinuxdeployqt
? Or is this option not available?