Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 2ed42899d9abdb6118007539e956078c > files > 63

qt3-3.3.4-7.1.102mdk.src.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