Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 10968ecbd4586cae744653bbb063dc36 > files > 1

qt4-common-4.8.7-15.1.mga6.x86_64.rpm

#!/bin/bash

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

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

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