From 02964eb384e1b5a73a198d04262497607d81e38f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 16 Sep 2018 22:30:57 +0900 Subject: Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of the qt->tqt conversion and is required to align to corresponding patch for common/admin module. Signed-off-by: Michele Calgaro --- doc/html/threads.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/threads.html') diff --git a/doc/html/threads.html b/doc/html/threads.html index 16027c1cf..6e13f2488 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -81,8 +81,8 @@ such as with a special libc, installation will create a separate library, libtqt-mt and hence threaded programs must be linked against this library (with -ltqt-mt) rather than the standard TQt library. -

On both platforms, you should compile with the macro QT_THREAD_SUPPORT defined (e.g. compile with --DQT_THREAD_SUPPORT). On Windows, this is usually done by an +

On both platforms, you should compile with the macro TQT_THREAD_SUPPORT defined (e.g. compile with +-DTQT_THREAD_SUPPORT). On Windows, this is usually done by an entry in ntqconfig.h.

The Thread Classes

-- cgit v1.2.1