Skip to content
Snippets Groups Projects
Commit d9cbcdc9 authored by hjk's avatar hjk
Browse files

Fixes: use LD_LIBRARY_PATH in wrapper script

parent 41535ff2
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
"`dirname \"$0\"`/qtcreator.bin" ${1+"$@"} bindir=$(dirname "$0")
libdir=$(cd ${bindir}/../lib ; pwd)
LD_LIBRARY_PATH="${libdir}" "${bindir}/qtcreator.bin" ${1+"$@"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment