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 | 877c4c1278e446a579e13a0e9af0f363c4eba6c0 (patch) | |
tree | 0393aa27b3b3afa2fb36ef8acc809d6b91da3985 /quanta/data/doc | |
parent | bc29436f2911447664d912ba485c72aa2720d23a (diff) | |
download | tdewebdev-877c4c1278e446a579e13a0e9af0f363c4eba6c0.tar.gz tdewebdev-877c4c1278e446a579e13a0e9af0f363c4eba6c0.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 'quanta/data/doc')
-rw-r--r-- | quanta/data/doc/faq.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/data/doc/faq.html b/quanta/data/doc/faq.html index c054b95f..c6bfb6ec 100644 --- a/quanta/data/doc/faq.html +++ b/quanta/data/doc/faq.html @@ -130,7 +130,7 @@ <p>Type the following in a shell and see what you get:</p> <ul> <li>test `echo $TDEDIR` && echo "yes" || echo "noKDE"</li> - <li>test `echo $QTDIR` && echo "yes" || echo "noQT"</li> + <li>test `echo $TQTDIR` && echo "yes" || echo "noQT"</li> </ul> <p>If you don't get two yes answers, then you need to find the location of the one that failed and export it to your current shell environment.</p> <p>Then it is as simple as:</p> @@ -145,7 +145,7 @@ <div class="fltop"><a href="#top">Top</a></div> <div class="minihdr">2.4 I get error <i>X</i> when running ./configure</div> <div class="indent"> - <p>Please read 2.3 carefully again and make certain that you have exported the $TDEDIR and $QTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.</p> + <p>Please read 2.3 carefully again and make certain that you have exported the $TDEDIR and $TQTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.</p> </div> <a name="2.5" /> <div class="fltop"><a href="#top">Top</a></div> |