From f849f22528ee9eb5eeb1f9aa92822846b2b3e01f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Sep 2018 01:13:31 +0900 Subject: QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated 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 c25cc8a..5001f3a 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, libqt-mt and hence threaded programs must be linked against this library (with -lqt-mt) rather than the standard Qt 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 qconfig.h.

The Thread Classes

-- cgit v1.2.1