We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf3241 commit 2db62c3Copy full SHA for 2db62c3
linuxdeployqt.AppDir/AppRun
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
# This file is being used so that users don't have to unset env vars manually
3
HERE="$(dirname "$(readlink -f "${0}")")"
4
-unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
+unset QTDIR; unset QT_PLUGIN_PATH # Do not unset LD_LIBRARY_PATH; https://github.com/probonopd/linuxdeployqt/pull/370#issuecomment-489515772
5
exec "${HERE}/usr/bin/linuxdeployqt" "$@"
0 commit comments