if ! grep -q qt4 /etc/ld.so.conf
then echo "/usr/lib/qt4" >> /etc/ld.so.conf
     ldconfig
fi

