From 877c4c1278e446a579e13a0e9af0f363c4eba6c0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:03:57 +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 --- quanta/README | 4 ++-- quanta/data/doc/faq.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'quanta') 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=:$TDEDIRS - - export QTDIR= + - export TQTDIR= - 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) diff --git a/quanta/data/doc/faq.html b/quanta/data/doc/faq.html index c054b95f..c6bfb6ec 100644 --- a/quanta/data/doc/faq.html +++ b/quanta/data/doc/faq.html @@ -130,7 +130,7 @@

Type the following in a shell and see what you get:

  • test `echo $TDEDIR` && echo "yes" || echo "noKDE"
  • -
  • test `echo $QTDIR` && echo "yes" || echo "noQT"
  • +
  • test `echo $TQTDIR` && echo "yes" || echo "noQT"

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.

Then it is as simple as:

@@ -145,7 +145,7 @@
2.4 I get error X when running ./configure
-

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.

+

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.

-- cgit v1.2.1