diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-07 18:20:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-07 18:20:53 +0900 |
| commit | 2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f (patch) | |
| tree | 8efed172b95588e6ea4345fa60f47d52bbdec9b6 /tools/designer | |
| parent | 01d46198d1b9240c8e0eb1cf31300b77879da412 (diff) | |
| download | tqt-2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f.tar.gz tqt-2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f.zip | |
Remove support for Tru64, OSF and SCO v3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer')
| -rw-r--r-- | tools/designer/app/main.cpp | 10 | ||||
| -rw-r--r-- | tools/designer/tquic/embed.cpp | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/tools/designer/app/main.cpp b/tools/designer/app/main.cpp index b9c7cb047..e0bb62f1a 100644 --- a/tools/designer/app/main.cpp +++ b/tools/designer/app/main.cpp @@ -33,11 +33,6 @@ #include "qplatformdefs.h" -// SCO OpenServer redefines raise -> kill -#if defined(raise) -# undef raise -#endif - #include "mainwindow.h" #include "formwindow.h" @@ -52,11 +47,6 @@ #include <stdlib.h> #include <signal.h> -// SCO OpenServer redefines raise -> kill -#if defined(raise) -# undef raise -#endif - #if defined(TQ_WS_WIN) #include <qt_windows.h> #include <process.h> diff --git a/tools/designer/tquic/embed.cpp b/tools/designer/tquic/embed.cpp index 422023009..4f8fa48f4 100644 --- a/tools/designer/tquic/embed.cpp +++ b/tools/designer/tquic/embed.cpp @@ -297,7 +297,7 @@ void TQUic::embed( TQTextStream& out, const char* project, const TQStringList& i out << "{\n"; out << "public:\n"; out << " StaticInitImages_" << cProject << "() { qInitImages_" << cProject << "(); }\n"; - out << "#if defined(Q_OS_SCO) || defined(Q_OS_UNIXWARE)\n"; + out << "#if defined(Q_OS_UNIXWARE)\n"; out << " ~StaticInitImages_" << cProject << "() { }\n"; out << "#else\n"; out << " ~StaticInitImages_" << cProject << "() { qCleanupImages_" << cProject << "(); }\n"; |
