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/tools/tqlibrary.cpp | |
| 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/tools/tqlibrary.cpp')
| -rw-r--r-- | src/tools/tqlibrary.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/tqlibrary.cpp b/src/tools/tqlibrary.cpp index 65e2f5326..d2b038af8 100644 --- a/src/tools/tqlibrary.cpp +++ b/src/tools/tqlibrary.cpp @@ -57,8 +57,7 @@ #endif #if (defined(TQ_WS_WIN) && !defined(QT_MAKEDLL)) \ - || (defined(Q_OS_FREEBSD) && defined(Q_CC_INTEL)) \ - || (defined(Q_OS_IRIX) && defined(Q_CC_GNU)) + || (defined(Q_OS_FREEBSD) && defined(Q_CC_INTEL)) #define TQT_NO_LIBRARY_UNLOAD #endif |
