summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-04-09 11:58:56 +0200
committerdt <qtc-committer@nokia.com>2010-04-12 15:03:34 +0200
commita417b3d8ea736d780f6f6081f1cd93af4979c69c (patch)
tree17d248e25d58892d950fadb68af2cb30ce1639ea /bin
parentba8317f60b54ef1b5b7b8cb58c33fb8ec29f4848 (diff)
downloadqt-creator-a417b3d8ea736d780f6f6081f1cd93af4979c69c.tar.gz
Fix shell script
Task-Nr: QTCREATOR-116
Diffstat (limited to 'bin')
-rwxr-xr-xbin/qtcreator2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qtcreator b/bin/qtcreator
index dc154aa199..c9f51424fb 100755
--- a/bin/qtcreator
+++ b/bin/qtcreator
@@ -31,6 +31,6 @@ fi
bindir=`dirname "$me"`
libdir=`cd "${bindir}/../lib" ; pwd`
-LD_LIBRARY_PATH="${libdir}/qtcreator:${LD_LIBRARY_PATH}"
+LD_LIBRARY_PATH="${libdir}:${libdir}/qtcreator:${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH
exec "${bindir}/qtcreator.bin" ${1+"$@"}