Wireshark-users: [Wireshark-users] Re: how to compile without systemd?

From: Guy Harris <gharris@xxxxxxxxx>
Date: Mon, 29 Sep 2025 08:53:08 -0700
On Sep 29, 2025, at 8:27 AM, Papa Tango <papatango.nyc@xxxxxxxxx> wrote:

> I also altered it to use qt5 over qt6, but that's unrelated.

You don't need to alter it - you can, instead, run CMake with -DUSE_qt6=NO.

And if you *want* to alter it, rather than adding that flag to CMake, you can just change CMakeOptions.txt to say

	option(USE_qt6     "Use Qt6 (preferred) instead of Qt5" OFF)

rather than

	option(USE_qt6     "Use Qt6 (preferred) instead of Qt5" ON)