diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-06 17:42:56 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-06 20:03:43 +0900 |
| commit | 798ac2b0c52744ca8f9b4295e1e35b6ceac73807 (patch) | |
| tree | 53918e727b8d7129a356feb7b0ba96b703e032ac /doc | |
| parent | 6727c1b1c9a77bee699350d271ec63c92519d5e3 (diff) | |
| download | tqt-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 'doc')
| -rw-r--r-- | doc/html/qglobal-h.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html index 73ae7da68..84004a1a1 100644 --- a/doc/html/qglobal-h.html +++ b/doc/html/qglobal-h.html @@ -218,7 +218,6 @@ body { background: #ffffff; color: black; } 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++ @@ -269,21 +268,6 @@ body { background: #ffffff; color: black; } # 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 |
