Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > f2a9bd7426705af6e3ac226694760167 > files > 1

qt4-common-4.5.2-1.7mdv2009.0.i586.rpm

#!/bin/bash

# Qt4 is the main Qt on system
export QTDIR=/usr/lib/qt4

[ -z $QT4DOCDIR ] && export QT4DOCDIR=/usr/share/doc/qt4/doc

if [ -z $(echo $PATH | grep "/usr/lib/qt4/bin") ]; then
    PATH=${PATH}:/usr/lib/qt4/bin
    export PATH
fi