From 2518c29202d07d42d3220963b4596f5252e52937 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:03:53 +0900 Subject: 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 --- COMPILING.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'COMPILING.html') 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.

On systems that respond to environment variables something similar to the following is appropriate: -

export LD_LIBRARY_PATH=$TDEDIR/lib:$QTDIR/lib +

export LD_LIBRARY_PATH=$TDEDIR/lib:$TQTDIR/lib

On systems whose diety of choice is ldconfig, try:

ldconfig -m $TDEDIR/lib
-ldconfig -m $QTDIR/lib
+ldconfig -m $TQTDIR/lib -

You probably also want to add $TDEDIR/bin and $QTDIR/bin to your path. +

You probably also want to add $TDEDIR/bin and $TQTDIR/bin to your path.

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 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.

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.

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.

If you encounter compile errors after updating from CVS, check whether you -- cgit v1.2.1