diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:57 +0900 |
commit | 877c4c1278e446a579e13a0e9af0f363c4eba6c0 (patch) | |
tree | 0393aa27b3b3afa2fb36ef8acc809d6b91da3985 /quanta/README | |
parent | bc29436f2911447664d912ba485c72aa2720d23a (diff) | |
download | tdewebdev-877c4c1278e446a579e13a0e9af0f363c4eba6c0.tar.gz tdewebdev-877c4c1278e446a579e13a0e9af0f363c4eba6c0.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 'quanta/README')
-rw-r--r-- | quanta/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/README b/quanta/README index 74cec194..06aa0ba1 100644 --- a/quanta/README +++ b/quanta/README @@ -85,7 +85,7 @@ make install (as root) Should you have trouble during ./configure or the make process, try the following: - export TDEDIRS=<path to kde installation>:$TDEDIRS - - export QTDIR=<path to qt3> + - export TQTDIR=<path to qt3> - run "make -f Makefile.cvs" - run "./configure" @@ -168,7 +168,7 @@ copytos.h:17: forward declaration of `class KURLRequester' You can use the qtconfig tool to do this. - recompile the QT tools (uic, designer) if you have upgraded tdelibs (or QT). - - check that your $TDEDIR and $QTDIR path is set correctly. + - check that your $TDEDIR and $TQTDIR path is set correctly. - do an export kde_widgetdir="$TDEDIR/lib/trinity/plugins/designer" (or whatever command your shell uses for environment variable setting) |