summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-01 13:14:26 +0900
committerMichele Calgaro <[email protected]>2025-01-01 13:14:26 +0900
commit37293565c31fa447fbf7cb0566be51d1204e8991 (patch)
tree0b62542b6be5ad60d1e6e02d68557554ebba6f3e /doc/html
parent7eccd2d0161a0e17e0609b26a006df35dfd0f462 (diff)
downloadtqt3-37293565c31fa447fbf7cb0566be51d1204e8991.tar.gz
tqt3-37293565c31fa447fbf7cb0566be51d1204e8991.zip
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/tqglobal-h.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/html/tqglobal-h.html b/doc/html/tqglobal-h.html
index a6b79ed1e..df234edc5 100644
--- a/doc/html/tqglobal-h.html
+++ b/doc/html/tqglobal-h.html
@@ -139,8 +139,6 @@ body { background: #ffffff; color: black; }
# define Q_OS_WIN64
#elif !defined(SAG_COM) &amp;&amp; (defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__))
# define Q_OS_WIN32
-#elif defined(__MWERKS__) &amp;&amp; defined(__INTEL__)
-# define Q_OS_WIN32
#elif defined(__sun) || defined(sun)
# define Q_OS_SOLARIS
#elif defined(hpux) || defined(__hpux)
@@ -227,7 +225,6 @@ body { background: #ffffff; color: black; }
SYM - Symantec C++ for both PC and Macintosh
MPW - MPW C++
- MWERKS - Metrowerks CodeWarrior
MSVC - Microsoft Visual C/C++, Intel C++ for Windows
WAT - Watcom C++
GNU - GNU C++
@@ -267,11 +264,6 @@ body { background: #ffffff; color: black; }
# define Q_NO_EXPLICIT_KEYWORD
# define Q_NO_USING_KEYWORD
-#elif defined(__MWERKS__)
-# define Q_CC_MWERKS
-/* "explicit" recognized since 4.0d1 */
-# define TQMAC_PASCAL pascal
-
#elif defined(_MSC_VER)
# define Q_CC_MSVC
/* proper support of bool for _MSC_VER &gt;= 1100 */