|
|
@ -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
|
|
|
|
<p>On systems that respond to environment variables something similar to the
|
|
|
|
following is appropriate:
|
|
|
|
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:
|
|
|
|
<p>On systems whose diety of choice is ldconfig, try:
|
|
|
|
<pre>ldconfig -m $TDEDIR/lib
|
|
|
|
<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
|
|
|
|
<p>See http://www.kde.org/kde2-and-trinity.html for tips about setting up
|
|
|
|
KDE 3.0 next to KDE 2.x.
|
|
|
|
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
|
|
|
|
especially if your system has more version of Qt installed. Be aware
|
|
|
|
that information about library paths gets saved in the "config.cache"
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
<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.
|
|
|
|
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
|
|
|
|
<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.
|
|
|
|
version of Qt.
|
|
|
|
|
|
|
|
|
|
|
|
<p>If you encounter compile errors after updating from CVS, check whether you
|
|
|
|
<p>If you encounter compile errors after updating from CVS, check whether you
|
|
|
|