diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:53 +0900 |
commit | 2518c29202d07d42d3220963b4596f5252e52937 (patch) | |
tree | 1babf16d23314ec80ef35c571b063966c49d272e /doc | |
parent | 50087701ab4e8f67501bc90351298acd308049ab (diff) | |
download | tdelibs-2518c29202d07d42d3220963b4596f5252e52937.tar.gz tdelibs-2518c29202d07d42d3220963b4596f5252e52937.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/common/README.Doxygen | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/common/README.Doxygen b/doc/common/README.Doxygen index 183b85c36..8073f0826 100644 --- a/doc/common/README.Doxygen +++ b/doc/common/README.Doxygen @@ -85,12 +85,12 @@ Differences with current dox: <TODO> # sh /mnt/src/tdepim/doc/api/doxygen.sh /mnt/src/tdepim kpilot/lib # # When generating dox for tdelibs, a tag file for Qt is also created. -# The location of Qt is specified indirectly through $QTDOCDIR or, -# if that is not set, $QTDIR, or otherwise guessed. You may explicitly -# set the location of a pre-generated tag file with $QTDOCTAG. One +# The location of Qt is specified indirectly through $TQTDOCDIR or, +# if that is not set, $TQTDIR, or otherwise guessed. You may explicitly +# set the location of a pre-generated tag file with $TQTDOCTAG. One # typical approach might be: # -# QTDOCTAG=$QTDIR/doc/qt.tag QTDOCDIR=http://doc.trolltech.com/3.3/ +# TQTDOCTAG=$TQTDIR/doc/qt.tag TQTDOCDIR=http://doc.trolltech.com/3.3/ # # Finally, there is a --no-recurse option for top-level generation # that avoids generating all the subdirectories as well. It also |