summaryrefslogtreecommitdiffstats
path: root/doc/qws.doc
diff options
context:
space:
mode:
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 b294ec7c5..d5696ec22 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