diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 14:18:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 14:18:50 +0900 |
commit | 9f5d59f33644aaadd7af43db86734a3294250a02 (patch) | |
tree | 4a15ec2d023078bbee1a5b00dfb02e72972d0cd3 /doc/installation.doc | |
parent | ff63338d189a49a16b29a503ba23727cfa7e2e66 (diff) | |
download | tqt3-9f5d59f33644aaadd7af43db86734a3294250a02.tar.gz tqt3-9f5d59f33644aaadd7af43db86734a3294250a02.zip |
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/installation.doc')
-rw-r--r-- | doc/installation.doc | 10 |
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 |