From 9de3a4ef5c1d265922082a0d657a5465e4f5b050 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:04:29 +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 --- doc/en/index.docbook | 2 +- doc/en/installation.docbook | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/en') diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 7906f2d..137df12 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -217,7 +217,7 @@ http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcf Synchronize Directories'> Split file'> Combine files'> -TDEDIR - QTDIR'> +TDEDIR - TQTDIR'> UserActions'> User Menu'> FAQ'> diff --git a/doc/en/installation.docbook b/doc/en/installation.docbook index d340f2d..fc18774 100644 --- a/doc/en/installation.docbook +++ b/doc/en/installation.docbook @@ -430,7 +430,7 @@ Add the next lines in the ~/.bashrc configuration file -export +export export export @@ -595,13 +595,13 @@ Please don't use the /usr/local directory as it simply won' Check the environment variables - QTDIRand + TQTDIRand TDEDIR. &krusader;'s ./configure script needs to know where the &Qt; and &kde; directories are. - QTDIR: + TQTDIR: <path to your Qt installation>/usr/lib/qt3 or @@ -616,7 +616,7 @@ Please don't use the /usr/local directory as it simply won' but experience has shown that some do not. You can easily check the values with the echo command. - $ echo $QTDIR/usr/lib/qt3 + $ echo $TQTDIR/usr/lib/qt3 $ echo $TDEDIR/usr If both commands give an output, the enviroment variables @@ -634,13 +634,13 @@ Please don't use the /usr/local directory as it simply won' /usr/bin/tdeinit In this case /usr/lib/qt3 is your - QTDIR and + TQTDIR and /usr is your TDEDIR. The installed binaries will go to /usr/bin. Now we will set the enviroment variables with the export command. - $ export QTDIR=<replace with your QTDIR> + $ export TQTDIR=<replace with your TQTDIR> $ export TDEDIR=<replace with your TDEDIR> @@ -748,7 +748,7 @@ kde_locale: /usr/share/locale qt_libraries: /usr/lib/qt3/lib tqt_includes: /usr/lib/qt3/include TDEDIR: /usr -QTDIR: /usr/lib/qt3 +TQTDIR: /usr/lib/qt3 Install path: /usr/local/bin krusader version: 1.80.0 krusader binary: /usr/local/bin/krusader (after 'make install') -- cgit v1.2.1