summaryrefslogtreecommitdiffstats
path: root/doc/installation.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation.doc')
-rw-r--r--doc/installation.doc44
1 files changed, 22 insertions, 22 deletions
diff --git a/doc/installation.doc b/doc/installation.doc
index aa2e4b66..2b7c5396 100644
--- a/doc/installation.doc
+++ b/doc/installation.doc
@@ -4,7 +4,7 @@
**
** Copyright (C) 2000-2008 Trolltech ASA. All rights reserved.
**
-** This file is part of the Qt GUI Toolkit.
+** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
-** and the KDE Free Qt Foundation.
+** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
@@ -40,7 +40,7 @@
\title Installation
-The installation procedure is different for the different Qt platforms:
+The installation procedure is different for the different TQt platforms:
\list
\i \link install-x11.html Qt/X11 \endlink
@@ -76,7 +76,7 @@ where you choose to install Qt.
mv qt-version qt
\endcode
- The rest of this file assumes that Qt is installed in \c /usr/local/qt.
+ The rest of this file assumes that TQt is installed in \c /usr/local/qt.
\i Set some environment variables in the file \c .profile (or \c .login,
depending on your shell) in your home directory. Create the
@@ -84,9 +84,9 @@ where you choose to install Qt.
\list
\i QTDIR -- the directory in which you're building Qt
- \i PATH -- to locate the moc program and other Qt tools
- \i MANPATH -- to access the Qt man pages
- \i LD_LIBRARY_PATH -- for the shared Qt library
+ \i PATH -- to locate the moc program and other TQt tools
+ \i MANPATH -- to access the TQt man pages
+ \i LD_LIBRARY_PATH -- for the shared TQt library
\endlist
This is done like this:
@@ -120,13 +120,13 @@ where you choose to install Qt.
On AIX set LIBPATH and on HP-UX set SHLIB_PATH instead of LD_LIBRARY_PATH.
Note that the SGI MIPSpro o32 and Sun WorkShop 5.0 targets are no
- longer supported as of Qt 3.3.
+ longer supported as of TQt 3.3.
\i Install your license file as \c $HOME/.qt-license.
For the free edition and evaluation version, you do not need a license
file.
-\i Compile the Qt library, and build the example programs,
+\i Compile the TQt library, and build the example programs,
the tutorial and the tools (e.g. \link designer-manual.book Qt
Designer\endlink) as follows.
@@ -135,7 +135,7 @@ where you choose to install Qt.
./configure
\endcode
- This will configure the Qt library for your machine. Note that
+ This will configure the TQt library for your machine. Note that
GIF support is turned off by default. Run \c{./configure -help}
to get a list of configuration options. Read \c PLATFORMS for a
list of supported platforms.
@@ -165,7 +165,7 @@ where you choose to install Qt.
Assistant\endlink.
\endlist
-You're done. Qt is now installed.
+You're done. TQt is now installed.
*/
@@ -203,7 +203,7 @@ the directories where you choose to install Qt.
mv qt-version qt
\endcode
- The rest of this file assumes that Qt is unpacked in \c /Developer/qt.
+ The rest of this file assumes that TQt is unpacked in \c /Developer/qt.
\i Set some environment variables in the file \c .profile (or \c .login,
depending on your shell) in your home directory. Create the
@@ -211,9 +211,9 @@ the directories where you choose to install Qt.
\list
\i QTDIR -- the directory in which you're building Qt
- \i PATH -- to locate the moc program and other Qt tools
- \i MANPATH -- to access the Qt man pages
- \i LD_LIBRARY_PATH -- for the shared Qt library
+ \i PATH -- to locate the moc program and other TQt tools
+ \i MANPATH -- to access the TQt man pages
+ \i LD_LIBRARY_PATH -- for the shared TQt library
\endlist
This is done like this:
@@ -245,7 +245,7 @@ the directories where you choose to install Qt.
\i If you have the commercial edition of Qt, install your license
file as \c $HOME/.qt-license.
-\i Compile the Qt library, and build the example programs,
+\i Compile the TQt library, and build the example programs,
the tutorial and the tools (e.g. \link designer-manual.book Qt
Designer\endlink) as follows.
@@ -255,7 +255,7 @@ the directories where you choose to install Qt.
./configure
\endcode
- This will configure the Qt library for your machine. Note that
+ This will configure the TQt library for your machine. Note that
GIF support is turned off by default. Run \c{./configure -help}
to get a list of configuration options.
@@ -266,11 +266,11 @@ the directories where you choose to install Qt.
If you have problems, see
\l{http://www.trolltech.com/platforms/}.
-\i Once you have built Qt, it is ready to use. If Qt has not been
+\i Once you have built Qt, it is ready to use. If TQt has not been
configured with the -static option, then in order to be able to
- launch Qt applications from the Finder you must place the relevant
+ launch TQt applications from the Finder you must place the relevant
libraries in a directory where they can be found. We recommend
- making these symbolic links (if you have configured Qt with -thread
+ making these symbolic links (if you have configured TQt with -thread
please change the libqt below with libtqt-mt):
\code
@@ -284,7 +284,7 @@ the directories where you choose to install Qt.
If you do not have administrator access, or you would prefer to do
a user install (rather than system install) of the libraries you
- can do (if you have configured Qt with -thread please change the libqt
+ can do (if you have configured TQt with -thread please change the libqt
below with libtqt-mt):
\code
@@ -293,7 +293,7 @@ the directories where you choose to install Qt.
\endcode
\endlist
-That's all! Qt is now installed. Qt's documentation can be read with
+That's all! TQt is now installed. Qt's documentation can be read with
Qt Assistant or by any web browser; the contents page is
\c $QTDIR/doc/html/index.html.