From ce03d78623fd743727940d5fa8961c78844de0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 30 Mar 2021 16:25:01 +0200 Subject: [PATCH] Return TQT_NO_WORKSPACE setting, according to TQT_MODULE_WORKSPACE, unwantedly removed in commit a41a034902bb3aa75db4524978a174353b5de2fe. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/tools/ntqglobal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index 3a4a833d..8bc73aed 100644 --- a/src/tools/ntqglobal.h +++ b/src/tools/ntqglobal.h @@ -780,6 +780,9 @@ class TQString; #ifndef TQT_MODULE_DIALOGS # define TQT_NO_DIALOG #endif +#ifndef TQT_MODULE_WORKSPACE +# define TQT_NO_WORKSPACE +#endif #ifndef TQT_MODULE_NETWORK #define TQT_NO_NETWORK #endif