summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-06 17:42:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-06 20:03:43 +0900
commit798ac2b0c52744ca8f9b4295e1e35b6ceac73807 (patch)
tree53918e727b8d7129a356feb7b0ba96b703e032ac /src/tools
parent6727c1b1c9a77bee699350d271ec63c92519d5e3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Drop support for Watcom compiler, which is not c++17 compliant.r14.1.x
Also remove some left over files that should have been deleted when support for SCO was removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 43ae5aadf46c78b969620913db93674ee177c30f)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/ntqglobal.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h
index 4be47fb76..596d01c8b 100644
--- a/src/tools/ntqglobal.h
+++ b/src/tools/ntqglobal.h
@@ -184,7 +184,6 @@
SYM - Symantec C++ for both PC and Macintosh
MPW - MPW C++
MSVC - Microsoft Visual C/C++, Intel C++ for Windows
- WAT - Watcom C++
GNU - GNU C++
COMEAU - Comeau C++
EDG - Edison Design Group C++
@@ -235,21 +234,6 @@
# define Q_NO_USING_KEYWORD /* ### check "using" status */
# endif
-#elif defined(__WATCOMC__)
-# define Q_CC_WAT
-# if defined(Q_OS_QNX4)
-/* compiler flags */
-# define TQ_TYPENAME
-# define mutable
-/* no template classes in TQVariant */
-# define TQT_NO_TEMPLATE_VARIANT
-/* these are not useful to our customers */
-# define QT_QWS_NO_SHM
-# define TQT_NO_QWS_MULTIPROCESS
-# define TQT_NO_SQL
-# define TQT_NO_QWS_CURSOR
-# endif
-
#elif defined(__GNUC__)
# define Q_CC_GNU
# define Q_C_CALLBACKS