summaryrefslogtreecommitdiffstats
path: root/doc/html/emb-running.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:48 +0900
commit3e98ce7f85f06e95ad121c6f541d14464d85919e (patch)
treef02992c00911ec6ba24f243aebf96d98fa0d39a1 /doc/html/emb-running.html
parent9f5d59f33644aaadd7af43db86734a3294250a02 (diff)
downloadtqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.tar.gz
tqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.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/html/emb-running.html')
-rw-r--r--doc/html/emb-running.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/emb-running.html b/doc/html/emb-running.html
index c6ac9db9..681ed217 100644
--- a/doc/html/emb-running.html
+++ b/doc/html/emb-running.html
@@ -45,17 +45,17 @@ and no master process is running. If you do not have a working Linux
framebuffer you can use the
<a href="emb-tqvfb.html">TQt/Embedded virtual framebuffer</a>, or you can
run TQt/Embedded as a <a href="emb-vnc.html">VNC server</a>.
-<p> Change to a Linux console and select an example to run, e.g. <tt>examples/widgets</tt>. Make sure $QTDIR is set to the directory where you
-installed TQt/Embedded and add the $QTDIR/lib directory to
+<p> Change to a Linux console and select an example to run, e.g. <tt>examples/widgets</tt>. Make sure $TQTDIR is set to the directory where you
+installed TQt/Embedded and add the $TQTDIR/lib directory to
$LD_LIBRARY_PATH, e.g.:
<pre>
-export QTDIR=$HOME/qt-VERSION
-export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
+export TQTDIR=$HOME/qt-VERSION
+export LD_LIBRARY_PATH=$TQTDIR/lib:$LD_LIBRARY_PATH
</pre>
<p> Run the application with the <em>-qws</em> option:
<p> <pre>
-cd $QTDIR/examples/widgets
+cd $TQTDIR/examples/widgets
./widgets -qws
</pre>