Mention wirshark's preference for qt6

This commit is contained in:
Bruce Dubbs 2023-11-17 14:41:59 -06:00
parent 0e60ff709e
commit 891ab0d1a1

View File

@ -112,7 +112,8 @@
<xref linkend="glib2"/>,
<xref linkend="libgcrypt"/>, and
(<xref linkend="qt5"/> or
<xref role="nodep" linkend="qt5-components"/> with qtmultimedia)
<xref role="nodep" linkend="qt5-components"/> with qtmultimedia) or
<xref linkend="qt6"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
@ -206,6 +207,13 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr \
.. &amp;&amp;
ninja</userinput></screen>
<note>
<para>
Wireshark now prefers <xref linkend="qt6"/>. If it is not available
Add <code>-DUSE_qt6=OFF</code> to the build instructions above.
</para>
</note>
<para>
This package does not come with a test suite.
</para>