diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-02 11:13:00 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-02 11:13:00 +0200 |
commit | 0704427510fa18d90170cf13d1fd81e446a1d3b0 (patch) | |
tree | f88eb0400bf4608d95808aeea656185634b9c0fc /mageia/dependencies/qt3/qt3-README-Mageia | |
parent | 9f07f141355cd13d40a39a2f123c6516209c5fcf (diff) | |
download | tde-packaging-0704427510fa18d90170cf13d1fd81e446a1d3b0.tar.gz tde-packaging-0704427510fa18d90170cf13d1fd81e446a1d3b0.zip |
Mageia: initial QT3 version for TDE 3.5.13
Diffstat (limited to 'mageia/dependencies/qt3/qt3-README-Mageia')
-rw-r--r-- | mageia/dependencies/qt3/qt3-README-Mageia | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mageia/dependencies/qt3/qt3-README-Mageia b/mageia/dependencies/qt3/qt3-README-Mageia new file mode 100644 index 000000000..08014e381 --- /dev/null +++ b/mageia/dependencies/qt3/qt3-README-Mageia @@ -0,0 +1,21 @@ +You should not need to set QTDIR because it should already been automatically +configured (in '/etc/profile.d/qt.sh' and '/etc/profile.d/qt.csh'). + +To check if it is the case, do 'echo $QTDIR'. Answer should be '/usr/lib/qt3'. + +If it is not the case, do 'export QTDIR=/usr/lib/qt3' if you use bash or +'setenv QTDIR /usr/lib/qt3/' if you use csh. + +Qt documentation is in /usr/lib/doc/qt3-QtVersion/ (you need to +install package libqt3-devel-PackageVersion if it is not already +done). + +Other Qt things are in /usr/lib/qt3/ (which contains needed symlinks +to create a fake QTDIR). + +Examples and tutorials are compressed to save space. If you want to use them, +you need to uncompress them somewhere in your home directory using: +'tar jxf /usr/lib/doc/qt3--QtVersion your_directory'. + +XFT support (Anti Aliasing) is enable by default. The QT_XFT environmental +variable is setted in '/etc/profile.d/qt.sh' and '/etc/profile.d/qt.csh'. |