diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:30 +0900 |
commit | 8ecdbcf07062fcbaddabed9c21b7e17956d0adb8 (patch) | |
tree | 80ffcff7ddb715cde518b09feb8b1934407d6e00 /README | |
parent | 2a165a7afbb6d738628912591ea37236decde422 (diff) | |
download | kshowmail-8ecdbcf07062fcbaddabed9c21b7e17956d0adb8.tar.gz kshowmail-8ecdbcf07062fcbaddabed9c21b7e17956d0adb8.zip |
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -32,11 +32,11 @@ new headers are loaded again. However, this concept is again imcompatible with t rc file. You have to create your accounts again. Installation: see the INSTALL file and check the following: -make sure the environment variables TDEDIR, QTDIR and PATH contain the correct values. +make sure the environment variables TDEDIR, TQTDIR and PATH contain the correct values. For SuSE these are: TDEDIR=/opt/kde3 -QTDIR=/usr/lib/qt3 -PATH=$TDEDIR/bin:$QTDIR/bin:... +TQTDIR=/usr/lib/qt3 +PATH=$TDEDIR/bin:$TQTDIR/bin:... If not already installed, you need the kde network include files. Get the tdenetwork-devel and tdepim-devel rpm packages or the source files. |