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-08 22:08:36 +0900 |
| commit | c147c9001b60295bdd731f95d805460c8973621b (patch) | |
| tree | d2ee559c0a17cac9acc4aeb00ed4a470fc6e4db7 /tools/designer/uic/embed.cpp | |
| parent | 10cded644d5b41f19a2646c6ddcabc4ae9d55f4d (diff) | |
| download | tqt-c147c900.tar.gz tqt-c147c900.zip | |
Remove support for Tru64, OSF and SCO v3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f)
Diffstat (limited to 'tools/designer/uic/embed.cpp')
| -rw-r--r-- | tools/designer/uic/embed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/embed.cpp b/tools/designer/uic/embed.cpp index 5a272e33d..aa4597d34 100644 --- a/tools/designer/uic/embed.cpp +++ b/tools/designer/uic/embed.cpp @@ -304,7 +304,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima 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"; |
