summaryrefslogtreecommitdiffstats
path: root/doc/qws.doc
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/qws.doc
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/qws.doc')
-rw-r--r--doc/qws.doc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/qws.doc b/doc/qws.doc
index b294ec7c..d5696ec2 100644
--- a/doc/qws.doc
+++ b/doc/qws.doc
@@ -59,7 +59,7 @@ This document assumes that the archive is installed as \c{~/qt-embedded-commerci
\code
cd ~/qt-embedded-commercial-VERSION
- export QTDIR=~/qt-embedded-commercial-VERSION
+ export TQTDIR=~/qt-embedded-commercial-VERSION
./configure
make
\endcode
@@ -82,7 +82,7 @@ You can create your own custom configuration by adding new files
a little-endian machine (e.g. x86) for a big-endian processor
(e.g. PowerPC) will use the host's endianness instead of the
target's. Workaround: after running configure, and before running
-make, edit \c $QTDIR/include/ntqconfig.h and change the definition of
+make, edit \c $TQTDIR/include/ntqconfig.h and change the definition of
\c Q_BYTE_ORDER.
\i Enable framebuffer support.
@@ -267,7 +267,7 @@ font uses over 1 MB of memory.
\section1 The font definition file
When Qt/Embedded applications run, they look for a file called
-\c $QTDIR/lib/fonts/fontdir or
+\c $TQTDIR/lib/fonts/fontdir or
\c /usr/local/qt-embedded/lib/fonts/fontdir. This file defines the
fonts available to the application. It has the following format:
\quote
@@ -358,18 +358,18 @@ framebuffer you can use the
run Qt/Embedded as a \link emb-vnc.html VNC server\endlink.
Change to a Linux console and select an example to run, e.g. \c
-examples/widgets. Make sure $QTDIR is set to the directory where you
-installed Qt/Embedded and add the $QTDIR/lib directory to
+examples/widgets. Make sure $TQTDIR is set to the directory where you
+installed Qt/Embedded and add the $TQTDIR/lib directory to
$LD_LIBRARY_PATH, e.g.:
\code
-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
\endcode
Run the application with the \e{-qws} option:
\code
-cd $QTDIR/examples/widgets
+cd $TQTDIR/examples/widgets
./widgets -qws
\endcode