summaryrefslogtreecommitdiffstats
path: root/tools/designer/tquic/embed.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 18:20:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 18:20:53 +0900
commit2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f (patch)
tree8efed172b95588e6ea4345fa60f47d52bbdec9b6 /tools/designer/tquic/embed.cpp
parent01d46198d1b9240c8e0eb1cf31300b77879da412 (diff)
downloadtqt3-2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f.tar.gz
tqt3-2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f.zip
Remove support for Tru64, OSF and SCO v3.2HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/tquic/embed.cpp')
-rw-r--r--tools/designer/tquic/embed.cpp2
1 files changed, 1 insertions, 1 deletions
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";