diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-03 18:49:20 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-03 18:53:31 +0900 |
| commit | e4e48355ae26fa6d9ef43e667e52356a25fd18f8 (patch) | |
| tree | 5fe7303395609608c5a6cc814be5cf8dcfd06ce9 /doc/html | |
| parent | ec615dc3b52d4faafbebd7b4229fd4a1ea2a75ee (diff) | |
| download | tqt-drop/irix-support.tar.gz tqt-drop/irix-support.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compilerdrop/irix-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html')
| -rw-r--r-- | doc/html/abouttqt.html | 2 | ||||
| -rw-r--r-- | doc/html/faq.html | 2 | ||||
| -rw-r--r-- | doc/html/qmake-manual-2.html | 2 | ||||
| -rw-r--r-- | doc/html/tqglobal-h.html | 17 | ||||
| -rw-r--r-- | doc/html/tqtabletevent.html | 5 |
5 files changed, 3 insertions, 25 deletions
diff --git a/doc/html/abouttqt.html b/doc/html/abouttqt.html index a9f0cdb54..26f8acd2b 100644 --- a/doc/html/abouttqt.html +++ b/doc/html/abouttqt.html @@ -47,7 +47,7 @@ development. <ul> <li> <b>MS/Windows</b> -- 95, 98, NT 4.0, ME, 2000, and XP <li> <b>Unix/X11</b> -- Linux, Sun Solaris, -IBM AIX, SGI IRIX and a wide range of others +IBM AIX and a wide range of others <li> <b>Macintosh</b> -- Mac OS X </ul> <p> TQt is released in following edition(s): diff --git a/doc/html/faq.html b/doc/html/faq.html index f248d4000..c34174635 100644 --- a/doc/html/faq.html +++ b/doc/html/faq.html @@ -162,7 +162,7 @@ extensible, and allows true component programming. <p> <ul> <li> <b>MS/Windows</b> -- 95, 98, NT 4.0, ME, 2000, and XP <li> <b>Unix/X11</b> -- Linux, Sun Solaris, -IBM AIX, SGI IRIX and a wide range of others +IBM AIX and a wide range of others <li> <b>Macintosh</b> -- Mac OS X </ul> <p> It has become the emerging standard development diff --git a/doc/html/qmake-manual-2.html b/doc/html/qmake-manual-2.html index 404024f9b..8e7792971 100644 --- a/doc/html/qmake-manual-2.html +++ b/doc/html/qmake-manual-2.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <p>Before building TQt manually the following environment variables must be set:</p> <ul><li><p>QMAKESPEC <br> This must be set to the platform and compiler combination that you are using on your system. <br> For example, if you are using Windows and Microsoft Visual Studio, you would set this environment variable to <em>win32-msvc</em>. If you are using Solaris and g++, you would set this environment variable to <em>solaris-g++</em>.</p> <p>The following is a list of environment variables available to choose from when setting QMAKESPEC:</p> -<p>aix-64 irix-032 netbsd-g++ solaris-cc unixware7-g++ aix-g++ linux-cxx openbsd-g++ solaris-g++ aix-xlc linux-g++ openunix-cc sunos-g++ win32-g++ bsdi-g++ linux-icc qnx-g++ tru64-cxx win32-msvc hurd-g++ linux-kcc tru64-g++ win32-watc freebsd-g++ irix-64 macx-pbuilder ultrix-g++ win32-visa irix-g++ macx-g++ unixware-g irix-n32 solaris-64 unixware7-cc</p> +<p>aix-64 netbsd-g++ solaris-cc unixware7-g++ aix-g++ linux-cxx openbsd-g++ solaris-g++ aix-xlc linux-g++ openunix-cc sunos-g++ win32-g++ bsdi-g++ linux-icc qnx-g++ tru64-cxx win32-msvc hurd-g++ linux-kcc tru64-g++ win32-watc freebsd-g++ macx-pbuilder ultrix-g++ win32-visa macx-g++ unixware-g solaris-64 unixware7-cc</p> <li><p>TQTDIR <br> This must be set to where TQt is (or will be) installed. For example, <em>c:\qt</em> and <em>\local\qt</em></p> </ul><p>Once the environment variables are set go into the qmake directory, <em>$TQTDIR/qmake</em>, e.g. <em>C:\qt\qmake</em>. Now run <em>make</em> or <em>nmake</em> depending on your compiler.</p> <p>When the make has completed, <em>qmake</em> is ready for use.</p> diff --git a/doc/html/tqglobal-h.html b/doc/html/tqglobal-h.html index 4a37f1803..9f8610b3d 100644 --- a/doc/html/tqglobal-h.html +++ b/doc/html/tqglobal-h.html @@ -100,7 +100,6 @@ body { background: #ffffff; color: black; } NETBSD - NetBSD OPENBSD - OpenBSD BSDI - BSD/OS - IRIX - SGI Irix UNIXWARE - UnixWare 7, Open UNIX 8 AIX - AIX HURD - GNU Hurd @@ -153,8 +152,6 @@ body { background: #ffffff; color: black; } #elif defined(__bsdi__) # define Q_OS_BSDI # define Q_OS_BSD4 -#elif defined(__sgi) -# define Q_OS_IRIX #elif defined(_AIX) # define Q_OS_AIX #elif defined(__Lynx__) @@ -363,20 +360,6 @@ body { background: #ffffff; color: black; } # elif defined(CENTERLINE_CLPP) || defined(OBJECTCENTER) # define Q_CC_OC # define Q_NO_USING_KEYWORD - -/* The MIPSpro compiler in o32 mode is based on EDG but disables features - such as template specialization nevertheless */ -# elif defined(__sgi) -# define Q_CC_MIPS -# if defined(_MIPS_SIM) && (_MIPS_SIM == _ABIO32) /* o32 ABI */ -# define TQ_TYPENAME -# elif defined(_COMPILER_VERSION) && (_COMPILER_VERSION < 730) /* 7.2 */ -# define TQ_TYPENAME -# endif -# define Q_NO_USING_KEYWORD /* ### check "using" status */ -# if defined(_COMPILER_VERSION) && (_COMPILER_VERSION >= 740) -# pragma set woff 3624,3625, 3649 /* turn off some harmless warnings */ -# endif # endif /* The older UnixWare 2.X compiler? */ diff --git a/doc/html/tqtabletevent.html b/doc/html/tqtabletevent.html index e1c29ef42..0fd1f3428 100644 --- a/doc/html/tqtabletevent.html +++ b/doc/html/tqtabletevent.html @@ -104,8 +104,6 @@ int <em>pos</em> and <em>globalPos</em>. <em>device</em> contains the <a href=" <em>pressure</em> contains the pressure exerted on the <em>device</em>, <em>xTilt</em> and <em>yTilt</em> contain <em>device</em>'s degree of tilt from the X and Y axis respectively. The <em>uId</em> contains an event id. -<p> On Irix, <em>globalPos</em> will contain the high-resolution coordinates received from the -tablet device driver, instead of from the windowing system. <p> <p>See also <a href="#pos">pos</a>(), <a href="#globalPos">globalPos</a>(), <a href="#device">device</a>(), <a href="#pressure">pressure</a>(), <a href="#xTilt">xTilt</a>(), and <a href="#yTilt">yTilt</a>(). <h3 class=fn><a name="TQTabletEvent-2"></a>TQTabletEvent::TQTabletEvent ( const <a href="tqpoint.html">TQPoint</a> & pos, const <a href="tqpoint.html">TQPoint</a> & globalPos, int device, int pressure, int xTilt, int yTilt, const <a href="tqpair.html">TQPair</a><int, int> & uId ) @@ -117,9 +115,6 @@ occurred is is given in <em>pos</em> and <em>globalPos</em>. <em>device</em> contains the <a href="#TabletDevice-enum">device type</a>, <em>pressure</em> contains the pressure exerted on the <em>device</em>, <em>xTilt</em> and <em>yTilt</em> contain the <em>device</em>'s degrees of tilt from the X and Y axis respectively. The <em>uId</em> contains an event id. -<p> On Irix, <em>globalPos</em> will contain the high-resolution coordinates -received from the tablet device driver, instead of from the -windowing system. <p> <p>See also <a href="#pos">pos</a>(), <a href="#globalPos">globalPos</a>(), <a href="#device">device</a>(), <a href="#pressure">pressure</a>(), <a href="#xTilt">xTilt</a>(), and <a href="#yTilt">yTilt</a>(). <h3 class=fn>void <a name="accept"></a>TQTabletEvent::accept () |
