summaryrefslogtreecommitdiffstats
path: root/COMPILING.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:53 +0900
commit2518c29202d07d42d3220963b4596f5252e52937 (patch)
tree1babf16d23314ec80ef35c571b063966c49d272e /COMPILING.html
parent50087701ab4e8f67501bc90351298acd308049ab (diff)
downloadtdelibs-2518c29202d07d42d3220963b4596f5252e52937.tar.gz
tdelibs-2518c29202d07d42d3220963b4596f5252e52937.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 'COMPILING.html')
-rw-r--r--COMPILING.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/COMPILING.html b/COMPILING.html
index bc5ffb4f6..5e27f811d 100644
--- a/COMPILING.html
+++ b/COMPILING.html
@@ -47,13 +47,13 @@ source. Qt libs then end up in /usr/local/lib/qt3/lib.
<p>On systems that respond to environment variables something similar to the
following is appropriate:
-<p>export LD_LIBRARY_PATH=$TDEDIR/lib:$QTDIR/lib
+<p>export LD_LIBRARY_PATH=$TDEDIR/lib:$TQTDIR/lib
<p>On systems whose diety of choice is ldconfig, try:
<pre>ldconfig -m $TDEDIR/lib
-ldconfig -m $QTDIR/lib</pre>
+ldconfig -m $TQTDIR/lib</pre>
-<p>You probably also want to add $TDEDIR/bin and $QTDIR/bin to your path.
+<p>You probably also want to add $TDEDIR/bin and $TQTDIR/bin to your path.
<p>See http://www.kde.org/kde2-and-trinity.html for tips about setting up
KDE 3.0 next to KDE 2.x.
@@ -92,7 +92,7 @@ make</pre>
especially if your system has more version of Qt installed. Be aware
that information about library paths gets saved in the "config.cache"
file, "Makefile.in" as well as "Makefile" files. So it can be that after
-some struggle to get QTDIR/TDEDIR setup correctly your setup is actually
+some struggle to get TQTDIR/TDEDIR setup correctly your setup is actually
correct, but old -incorrect- settings are still lying around.
<p>The best thing to do in such a case is to do a "make cvs-clean". This
@@ -109,7 +109,7 @@ files lying around in your source tree any more, they will be deleted!
Do a "make cvs-clean" and start from scratch, usually this solves the problem.
<p>If you encounter missing include files, especially if the files start with
-a 'q', you probably have not setup your QTDIR correct or have the wrong
+a 'q', you probably have not setup your TQTDIR correct or have the wrong
version of Qt.
<p>If you encounter compile errors after updating from CVS, check whether you