From fa4475f36d6404a70d760ca95ac6a986a8846a3f Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Mon, 11 Mar 2024 21:20:42 +0300 Subject: Initial conversion for TQT_THREAD_SUPPORT->!TQT_NO_THREAD Signed-off-by: Alexander Golubev --- src/tools/ntqglobal.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/tools/ntqglobal.h') diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index f83da9d79..4805869a8 100644 --- a/src/tools/ntqglobal.h +++ b/src/tools/ntqglobal.h @@ -822,6 +822,12 @@ class TQString; #include "ntqfeatures.h" #endif /* QT_H */ +// Keep the old flag for thread support in sync with the new one +#ifndef TQT_NO_THREAD +# define TQT_THREAD_SUPPORT +#else +# undef TQT_THREAD_SUPPORT +#endif // // Create TQt DLL if QT_DLL is defined (Windows only) -- cgit v1.2.3