|
|
|
@ -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
|
|
|
|
|