summaryrefslogtreecommitdiffstats
path: root/doc/installation.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation.doc')
-rw-r--r--doc/installation.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/installation.doc b/doc/installation.doc
index 2b7c5396d..dfc5539cd 100644
--- a/doc/installation.doc
+++ b/doc/installation.doc
@@ -152,7 +152,7 @@ where you choose to install Qt.
If you have problems running the example programs, e.g. messages like
\code
- can't load library 'libqt.so.2'
+ can't load library 'libtqt.so.2'
\endcode
you probably need to put a reference to the qt library in a
configuration file and run \c /sbin/ldconfig as root on your system.
@@ -271,10 +271,10 @@ the directories where you choose to install Qt.
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 TQt with -thread
- please change the libqt below with libtqt-mt):
+ please change the libtqt below with libtqt-mt):
\code
- ln -sf $QTDIR/lib/libqt.3.dylib /usr/lib
+ ln -sf $QTDIR/lib/libtqt.3.dylib /usr/lib
ln -sf $QTDIR/lib/libtqui.1.dylib /usr/lib
\endcode
@@ -284,11 +284,11 @@ 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 TQt with -thread please change the libqt
+ can do (if you have configured TQt with -thread please change the libtqt
below with libtqt-mt):
\code
- ln -sf $QTDIR/lib/libqt.3.dylib $HOME/lib
+ ln -sf $QTDIR/lib/libtqt.3.dylib $HOME/lib
ln -sf $QTDIR/lib/libtqui.1.dylib $HOME/lib
\endcode
\endlist