From 9f5d59f33644aaadd7af43db86734a3294250a02 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 14:18:50 +0900 Subject: qt -> tqt conversion: qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro --- doc/html/commonproblems.html | 4 ++-- doc/html/distributingntqt.html | 4 ++-- doc/html/emb-performance.html | 4 ++-- doc/html/install-mac.html | 8 ++++---- doc/html/install-x11.html | 2 +- doc/html/qglobal-h.html | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/html') diff --git a/doc/html/commonproblems.html b/doc/html/commonproblems.html index 55da31fa0..c410232c7 100644 --- a/doc/html/commonproblems.html +++ b/doc/html/commonproblems.html @@ -162,10 +162,10 @@ you're using, or make links to the libraries in a standard directory like /usr/local/lib:

 cd /usr/local/lib
-ln -s /opt/qt-2.3.1/lib/libqt.so.2 .
+ln -s /opt/qt-2.3.1/lib/libtqt.so.2 .
 ln -s /opt/qt-2.3.1/lib/libtqt-mt.so.2 .
 ln -s /opt/qt-2.3.1/lib/libqutil.so.1 .
-ln -s /opt/qt-3.0.0/lib/libqt.so.3 .
+ln -s /opt/qt-3.0.0/lib/libtqt.so.3 .
 ln -s /opt/qt-3.0.0/lib/libtqui.so.1 .
 
diff --git a/doc/html/distributingntqt.html b/doc/html/distributingntqt.html index cd47fe172..959996e44 100644 --- a/doc/html/distributingntqt.html +++ b/doc/html/distributingntqt.html @@ -74,8 +74,8 @@ path.

Platform File
Windows qt[version].dll -
Unix/Linux libqt[version].so -
Mac libqt[version].dylib +
Unix/Linux libtqt[version].so +
Mac libtqt[version].dylib

version includes the three version numbers. For threaded builds the version is prefixed with -mt. diff --git a/doc/html/emb-performance.html b/doc/html/emb-performance.html index 7906bba6d..27d7caaf1 100644 --- a/doc/html/emb-performance.html +++ b/doc/html/emb-performance.html @@ -60,9 +60,9 @@ user invokes it).

A lot of CPU and memory is used by the ELF linking process. You can make significant savings by using a static build of your application -suite. This means that rather than having a dynamic library (libqte.so) and a collection of executables which link dynamically to +suite. This means that rather than having a dynamic library (libtqte.so) and a collection of executables which link dynamically to that library, you build all the applications into a single executable -and statically link that with a static library (libqt.a). This +and statically link that with a static library (libtqt.a). This improves start-up time, and reduces memory usage, at the expense of flexibility (to add a new application, you must recompile the single executable) and robustness (if one application has a bug, it might diff --git a/doc/html/install-mac.html b/doc/html/install-mac.html index c8eed6fbe..44a8a5cc4 100644 --- a/doc/html/install-mac.html +++ b/doc/html/install-mac.html @@ -106,9 +106,9 @@ configured with the -static option, then in order to be able to 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):

-    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
 
@@ -117,10 +117,10 @@ case, precede each command with sudo', e.g. sudo ln -s ...). I you use sudo you'll be prompted for the administrator password.

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):

-    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
 
diff --git a/doc/html/install-x11.html b/doc/html/install-x11.html index d5db00e88..37823e838 100644 --- a/doc/html/install-x11.html +++ b/doc/html/install-x11.html @@ -112,7 +112,7 @@ If you have problems, see similar at this point if you are using shared libraries.

If you have problems running the example programs, e.g. messages like

-    can't load library 'libqt.so.2'
+    can't load library 'libtqt.so.2'
 
you probably need to put a reference to the qt library in a diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html index f5bdb6be8..73114b7b3 100644 --- a/doc/html/qglobal-h.html +++ b/doc/html/qglobal-h.html @@ -781,8 +781,8 @@ class TQDataStream; // // Feature subsetting // -// Note that disabling some features will produce a libqt that is not -// compatible with other libqt builds. Such modifications are only +// Note that disabling some features will produce a libtqt that is not +// compatible with other libtqt builds. Such modifications are only // supported on TQt/Embedded where reducing the library size is important // and where the application-suite is often a fixed set. // -- cgit v1.2.1