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 /src/kernel/tqt_x11_p.h | |
| 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 'src/kernel/tqt_x11_p.h')
| -rw-r--r-- | src/kernel/tqt_x11_p.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/kernel/tqt_x11_p.h b/src/kernel/tqt_x11_p.h index aeb120203..b84bfca4b 100644 --- a/src/kernel/tqt_x11_p.h +++ b/src/kernel/tqt_x11_p.h @@ -88,9 +88,6 @@ // the wacom tablet (currently just the IRIX version) #if defined (QT_TABLET_SUPPORT) # include <X11/extensions/XInput.h> -#if defined (Q_OS_IRIX) -# include <wacom.h> // wacom driver defines for IRIX (quite handy) -#endif #endif // QT_TABLET_SUPPORT @@ -190,10 +187,6 @@ typedef char *XPointer; #elif defined(Q_OS_AIX) // broken in Xlib up to what version of AIX? #define TQT_NO_XIM -#elif defined(TQT_NO_DEBUG) && defined(Q_OS_IRIX) -// XmbLookupString broken on IRIX -// XCreateIC broken when compiling -64 on IRIX 6.5.2 -#define TQT_NO_XIM #endif // TQT_NO_XIM |
