On Sep 29, 2025, at 8:27 AM, Papa Tango <[email protected]> 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)
_______________________________________________
Wireshark-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]