summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:19:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:19:30 +0900
commitfc9e3d92cf62dd30ff9709abe6b5711f839f4110 (patch)
tree7918c64a83fe4c6565d744b2076c2c6a075e42b9 /INSTALL
parent2570c69db32aa5bc5034ed715b9ca273ea39677a (diff)
downloadkvirc-fc9e3d92cf62dd30ff9709abe6b5711f839f4110.tar.gz
kvirc-fc9e3d92cf62dd30ff9709abe6b5711f839f4110.zip
qt -> tqt conversion:
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index c1f46a5..03dff50 100644
--- a/INSTALL
+++ b/INSTALL
@@ -49,7 +49,7 @@ General notes for the installation of the 3.4.0 release of KVIrc
If you're compiling the svn version of KVirc run ./autogen.sh
(You NEED automake >= 1.5 for autogen.sh to run).
- # export QTDIR="your qtlibrary path"
+ # export QTDIR="your tqtlibrary path"
eventually:
@@ -690,7 +690,7 @@ General notes for the installation of the 3.4.0 release of KVIrc
Well, for the third it's really easy, just follow carefully those steps:
1. Install qt-embedded libraries (including the development files).
- This can be as easy as: apt-get install libqt-emb-dev on Debian.
+ This can be as easy as: apt-get install libtqt-emb-dev on Debian.
2. cd to the KVIrc3 source directory