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 | 0d9863ce237da414d17bf03e555fc597d17f4481 (patch) | |
tree | 27761cea8c76e60b07ac3bbc599a06ae478ceb60 /konsole | |
parent | d416a4c1f4faf859a35dea2a51223e65a21039e8 (diff) | |
download | tdebase-0d9863ce237da414d17bf03e555fc597d17f4481.tar.gz tdebase-0d9863ce237da414d17bf03e555fc597d17f4481.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 'konsole')
-rwxr-xr-x | konsole/doc/mkDocs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konsole/doc/mkDocs b/konsole/doc/mkDocs index dd22eabfc..c657c33a1 100755 --- a/konsole/doc/mkDocs +++ b/konsole/doc/mkDocs @@ -1,6 +1,6 @@ #!/bin/sh PATH=$PATH:/opt/doxygen-0.4/bin export PATH -# doxytag -t qt.tag $QTDIR/html +# doxytag -t qt.tag $TQTDIR/html doxygen konsole.Doxyfile -./konsole/html/installdox -l qt.tag@$QTDIR/html ./konsole/html/*.html +./konsole/html/installdox -l qt.tag@$TQTDIR/html ./konsole/html/*.html |