#!/bin/bash bindir=$(dirname "$0") libdir=$(cd ${bindir}/../lib ; pwd) LD_LIBRARY_PATH="${libdir}" "${bindir}/qtcreator.bin" ${1+"$@"}