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>
pull/1/head
Michele Calgaro 6 years ago
parent bc29436f29
commit 877c4c1278
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -346,9 +346,9 @@ mykomplugin.cpp, compiling and installing your plugin would involve
something similar to the following commands: something similar to the following commands:
</para> </para>
<screen> <screen>
libtool --mode=compile g++ -$TDEDIR/include -IQTDIR/include \ libtool --mode=compile g++ -$TDEDIR/include -ITQTDIR/include \
-I. -fPIC -c komlineedit.cpp -I. -fPIC -c komlineedit.cpp
libtool --mode=compile g++ -$TDEDIR/include -IQTDIR/include \ libtool --mode=compile g++ -$TDEDIR/include -ITQTDIR/include \
-I. -fPIC -c mykomplugin.cpp -I. -fPIC -c mykomplugin.cpp
libtool --mode=link g++ -shared -L$TDEDIR/lib -ltdeui -lkommanderwidget \ libtool --mode=link g++ -shared -L$TDEDIR/lib -ltdeui -lkommanderwidget \

@ -808,7 +808,7 @@ void MainWindow::createNewTemplate()
} }
TQStringList templRoots; TQStringList templRoots;
const char *qtdir = getenv("QTDIR"); const char *qtdir = getenv("TQTDIR");
if (qtdir) if (qtdir)
templRoots << qtdir; templRoots << qtdir;
#ifdef TQT_INSTALL_PREFIX #ifdef TQT_INSTALL_PREFIX

@ -85,7 +85,7 @@ make install (as root)
Should you have trouble during ./configure or the make process, try the Should you have trouble during ./configure or the make process, try the
following: following:
- export TDEDIRS=<path to kde installation>:$TDEDIRS - export TDEDIRS=<path to kde installation>:$TDEDIRS
- export QTDIR=<path to qt3> - export TQTDIR=<path to qt3>
- run "make -f Makefile.cvs" - run "make -f Makefile.cvs"
- run "./configure" - run "./configure"
@ -168,7 +168,7 @@ copytos.h:17: forward declaration of `class KURLRequester'
You can use the qtconfig tool to do this. You can use the qtconfig tool to do this.
- recompile the QT tools (uic, designer) if you have upgraded tdelibs - recompile the QT tools (uic, designer) if you have upgraded tdelibs
(or QT). (or QT).
- check that your $TDEDIR and $QTDIR path is set correctly. - check that your $TDEDIR and $TQTDIR path is set correctly.
- do an - do an
export kde_widgetdir="$TDEDIR/lib/trinity/plugins/designer" export kde_widgetdir="$TDEDIR/lib/trinity/plugins/designer"
(or whatever command your shell uses for environment variable setting) (or whatever command your shell uses for environment variable setting)

@ -130,7 +130,7 @@
<p>Type the following in a shell and see what you get:</p> <p>Type the following in a shell and see what you get:</p>
<ul> <ul>
<li>test `echo $TDEDIR` &amp;&amp; echo "yes" || echo "noKDE"</li> <li>test `echo $TDEDIR` &amp;&amp; echo "yes" || echo "noKDE"</li>
<li>test `echo $QTDIR` &amp;&amp; echo "yes" || echo "noQT"</li> <li>test `echo $TQTDIR` &amp;&amp; echo "yes" || echo "noQT"</li>
</ul> </ul>
<p>If you don't get two yes answers, then you need to find the location of the one that failed and export it to your current shell environment.</p> <p>If you don't get two yes answers, then you need to find the location of the one that failed and export it to your current shell environment.</p>
<p>Then it is as simple as:</p> <p>Then it is as simple as:</p>
@ -145,7 +145,7 @@
<div class="fltop"><a href="#top">Top</a></div> <div class="fltop"><a href="#top">Top</a></div>
<div class="minihdr">2.4 I get error <i>X</i> when running ./configure</div> <div class="minihdr">2.4 I get error <i>X</i> when running ./configure</div>
<div class="indent"> <div class="indent">
<p>Please read 2.3 carefully again and make certain that you have exported the $TDEDIR and $QTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.</p> <p>Please read 2.3 carefully again and make certain that you have exported the $TDEDIR and $TQTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.</p>
</div> </div>
<a name="2.5" /> <a name="2.5" />
<div class="fltop"><a href="#top">Top</a></div> <div class="fltop"><a href="#top">Top</a></div>

Loading…
Cancel
Save