diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:04:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:04:29 +0900 |
commit | 9de3a4ef5c1d265922082a0d657a5465e4f5b050 (patch) | |
tree | c83d828938182f4c591c6c83802e67813a82dc93 /doc/ru/installation.docbook | |
parent | 9701cb7daaadc305d243aaca82de097211329ddb (diff) | |
download | krusader-9de3a4ef5c1d265922082a0d657a5465e4f5b050.tar.gz krusader-9de3a4ef5c1d265922082a0d657a5465e4f5b050.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 <[email protected]>
Diffstat (limited to 'doc/ru/installation.docbook')
-rw-r--r-- | doc/ru/installation.docbook | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ru/installation.docbook b/doc/ru/installation.docbook index 56861e4..8f29d75 100644 --- a/doc/ru/installation.docbook +++ b/doc/ru/installation.docbook @@ -494,7 +494,7 @@ <listitem id="kde_qt_dir"> <para >Check the environment variables <envar ->QTDIR</envar +>TQTDIR</envar > and <envar >TDEDIR</envar >. &krusader;'s <command @@ -503,7 +503,7 @@ <para ><envar ->QTDIR</envar +>TQTDIR</envar > : <replaceable ><path to your Qt installation></replaceable > ⪚ <filename @@ -527,7 +527,7 @@ >Normally your distribution will set them for you, but experience has shown that some don't. You can easily check the values with the <command >echo</command > command. <screen -><prompt>$</prompt> <userinput><command>echo</command> $QTDIR</userinput> +><prompt>$</prompt> <userinput><command>echo</command> $TQTDIR</userinput> /usr/lib/qt3 <prompt>$</prompt> <userinput><command>echo</command> $TDEDIR</userinput> /usr</screen @@ -541,7 +541,7 @@ > In this case <filename >/usr/lib/qt3</filename > is your <envar ->QTDIR</envar +>TQTDIR</envar > and <filename >/usr</filename > is your <envar @@ -551,7 +551,7 @@ >. Now we will set the enviroment variables with the <command >export</command > command. <screen -><prompt>$</prompt> <userinput><command>export</command> QTDIR=<replaceable><replace with your QTDIR></replaceable></userinput></screen> +><prompt>$</prompt> <userinput><command>export</command> TQTDIR=<replaceable><replace with your TQTDIR></replaceable></userinput></screen> <screen ><prompt>$</prompt> <userinput><command>export</command> TDEDIR=<replaceable><replace with your TDEDIR></replaceable></userinput></screen> </para> @@ -674,7 +674,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.51 krusader binary: /usr/local/bin/krusader (after 'make install') |