doc: Remove references to Qt4

Qt4 is end of life since 2015.

https://wiki.qt.io/Qt_version_history#Qt_4
This commit is contained in:
André Apitzsch
2024-10-25 10:56:16 +02:00
parent df54650281
commit c78f425c30
3 changed files with 3 additions and 4 deletions

View File

@@ -160,8 +160,7 @@ setup tools, are typically needed.
NetAnim animator
================
The `Qt <https://www.qt.io>`_ qt5 development tools are needed for NetAnim animator;
qt4 will also work but we have migrated to qt5. qt6 compatibility is not tested.
The `Qt5 or Qt6 <https://www.qt.io>`_ development tools are needed for NetAnim animator.
PyViz visualizer
================

View File

@@ -113,7 +113,7 @@ This is the minimal set of packages needed to run ns-3 C++ programs from a relea
Netanim animator
++++++++++++++++
Qt5 development tools are needed for Netanim animator. Qt4 will also work but we have migrated to qt5.
Qt5 or Qt6 development tools are needed for Netanim animator.
.. sourcecode:: console

View File

@@ -123,7 +123,7 @@ Using NetAnim is a two-step process
Step 1:Generate the animation XML trace file during simulation using "ns3::AnimationInterface" in the |ns3| code base.
Step 2:Load the XML trace file generated in Step 1 with the offline Qt4-based animator named NetAnim.
Step 2:Load the XML trace file generated in Step 1 with the offline Qt-based animator named NetAnim.
Step 1: Generate XML animation trace file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~