summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:19:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:19:11 +0900
commite5650b540c7a5f17a0147aed0d8ad71bdffca41f (patch)
tree9a7b7eeae944530967797e55e4d5a92ccdb07dca /README
parente0ce0ea640b05b1997c462505b60a05a404f96a8 (diff)
downloadkdiff3-e5650b540c7a5f17a0147aed0d8ad71bdffca41f.tar.gz
kdiff3-e5650b540c7a5f17a0147aed0d8ad71bdffca41f.zip
qt -> tqt conversion:
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 97e2c57..e6ddc8c 100644
--- a/README
+++ b/README
@@ -104,8 +104,8 @@ Installation for KDE3:
./configure --prefix=`tde-config --prefix` --enable-libsuffix=64 --with-qt-libraries=/usr/lib64/qt-3.3/lib/
Both --enable-libsuffix=64 and -with-qt-libraries=/usr/lib64/qt-3.3/lib/ are needed;
without the first one it fails to find the KDE libraries,
- and without the second one it fails to find libqt-mt
- (strangely enough: libqt-mt is in /usr/lib64/qt-3.3/lib,
+ and without the second one it fails to find libtqt-mt
+ (strangely enough: libtqt-mt is in /usr/lib64/qt-3.3/lib,
and "configure" tries /usr/lib64/qt-3.3/lib64)
If your qt-libraries are elsewhere please adapt the path accordingly.