From e4e48355ae26fa6d9ef43e667e52356a25fd18f8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 3 Feb 2026 18:49:20 +0900 Subject: Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler Signed-off-by: Michele Calgaro --- src/tools/tqlibrary.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tools/tqlibrary.cpp') 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 -- cgit v1.2.3