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 | 430aedbbce33fd98ce26df658842f94f333cc8ef (patch) | |
tree | 6a8894ba14f996bb1e74648d9be377603c5dfb46 /doc | |
parent | 255de04fbbb4597e46fb25017879a6afeaf4cebd (diff) | |
download | tdevelop-430aedbbce33fd98ce26df658842f94f333cc8ef.tar.gz tdevelop-430aedbbce33fd98ce26df658842f94f333cc8ef.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 'doc')
-rw-r--r-- | doc/api/Mainpage.dox | 2 | ||||
-rw-r--r-- | doc/tdevelop/tdevelop-install.docbook | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/api/Mainpage.dox b/doc/api/Mainpage.dox index 5540c72b..6a96626b 100644 --- a/doc/api/Mainpage.dox +++ b/doc/api/Mainpage.dox @@ -72,7 +72,7 @@ To build your local copy of this documentation you have two choices, depending o . - If you have an older system then - setenv TDEDIR=/location_of_your_kde_instalation - - setenv QTDIR=/location_of_your_qt_instalation + - setenv TQTDIR=/location_of_your_qt_instalation - doxygen Doxyfile - make install-apidox (as root) . diff --git a/doc/tdevelop/tdevelop-install.docbook b/doc/tdevelop/tdevelop-install.docbook index 14f7236b..9b8f9ac1 100644 --- a/doc/tdevelop/tdevelop-install.docbook +++ b/doc/tdevelop/tdevelop-install.docbook @@ -371,7 +371,7 @@ Once all requirements are met, you are ready to compile and install &tdevelop;. <indexterm zone="compile-and-install-preliminaries"> <primary>TDEDIR</primary></indexterm> <indexterm zone="compile-and-install-preliminaries"> - <primary>QTDIR</primary></indexterm> + <primary>TQTDIR</primary></indexterm> <indexterm zone="compile-and-install-preliminaries"> <primary>LD_LIBRARY_PATH</primary></indexterm> <indexterm zone="compile-and-install-preliminaries"> @@ -396,10 +396,10 @@ If you use the bash shell add the following lines: <informalexample><simplelist> <member><userinput>export TDEDIR=</userinput>(path to your KDE installation)</member> - <member><userinput>export QTDIR=</userinput>(path to your Qt library)</member> - <member><userinput>export LD_LIBRARY_PATH=$QTDIR/lib:$TDEDIR/lib:$LD_LIBRARY_PATH</userinput></member> - <member><userinput>export LIBRARY_PATH=$QTDIR/lib:$TDEDIR/lib:$LIBRARY_PATH</userinput></member> - <member><userinput>export PATH=$QTDIR/bin:$TDEDIR/bin:$PATH</userinput></member> + <member><userinput>export TQTDIR=</userinput>(path to your Qt library)</member> + <member><userinput>export LD_LIBRARY_PATH=$TQTDIR/lib:$TDEDIR/lib:$LD_LIBRARY_PATH</userinput></member> + <member><userinput>export LIBRARY_PATH=$TQTDIR/lib:$TDEDIR/lib:$LIBRARY_PATH</userinput></member> + <member><userinput>export PATH=$TQTDIR/bin:$TDEDIR/bin:$PATH</userinput></member> </simplelist></informalexample> <para></para> @@ -414,10 +414,10 @@ If you use the tcsh shell add the following lines: <para> <informalexample><simplelist> <member><userinput>setenv TDEDIR </userinput>(path to your KDE installation)</member> - <member><userinput>setenv QTDIR </userinput>(path to your Qt library)</member> - <member><userinput>setenv LD_LIBRARY_PATH=$QTDIR/lib:$TDEDIR/lib:$LD_LIBRARY_PATH</userinput></member> - <member><userinput>setenv LIBRARY_PATH $QTDIR/lib:$TDEDIR/lib:$LIBRARY_PATH</userinput></member> - <member><userinput>setenv PATH $QTDIR/bin:$TDEDIR/bin:$PATH</userinput></member> + <member><userinput>setenv TQTDIR </userinput>(path to your Qt library)</member> + <member><userinput>setenv LD_LIBRARY_PATH=$TQTDIR/lib:$TDEDIR/lib:$LD_LIBRARY_PATH</userinput></member> + <member><userinput>setenv LIBRARY_PATH $TQTDIR/lib:$TDEDIR/lib:$LIBRARY_PATH</userinput></member> + <member><userinput>setenv PATH $TQTDIR/bin:$TDEDIR/bin:$PATH</userinput></member> </simplelist></informalexample> </para> |