Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > c095c3243630144c3363827afc709a60 > files > 2

libqt3-3.0.2-2mdk.i586.rpm

# Set Qt's XFT support (Anti Aliasing) for Bash shell
# 'export QT_XFT=1' turns it on
# 'export QT_XFT=0' turns it off
#
# Warning: if /etc/profile.d/qtxft2.sh exist, you also need to set/unset
# this variable in this file.

if [ -n "\QT_XFT" ]; then
   export QT_XFT="0"
fi