summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:04:36 +0900
commit07e342014e190b4a41e15d9d8cf69bc2e1bec2a4 (patch)
tree22da82d460c6e8e85c9d69f64b1f27a1a34bd57d
parent14818db6d4d19c35ec37ed21cd80af8f548c359a (diff)
downloadkxmleditor-07e342014e190b4a41e15d9d8cf69bc2e1bec2a4.tar.gz
kxmleditor-07e342014e190b4a41e15d9d8cf69bc2e1bec2a4.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>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 009fdfa..9db7601 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ KXML Editor is KParts application, and it must be installed properly to KDE dire
Before ./configure, make and make install process, use
export TDEDIR=/opt/kde3
-export QTDIR=/usr/lib/qt3
+export TQTDIR=/usr/lib/qt3
Of course look where is KDE and Qt path in your system and use correct directories.