Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 96ed5d4823dc67abbe43a0d0f144e552 > files > 1

qt4-common-4.7.3-1.mga1.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