Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > f80a1d181bd57db84cab20ca0a2b9d16 > files > 2

libqt3-common-3.1.1-13mdk.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