Wireshark-dev: [Wireshark-dev] Qt6 environment on Linux

From: Jirka Novak <j.novak@xxxxxxxxxxxx>
Date: Tue, 21 Jun 2022 15:43:25 +0200
Hi,

I would like to start testing/developing wireshark with Qt6. I'm working on Fedora Core 35. I installed all Qt6 libraries (I hope all required), but I can't make first cmake work.
  I checked tools/rpm-setup.sh, but it is for qt5 only.

  I removed CMakeCache.txt and use:

cmake -DUSE_qt6=true CMakeLists.txt

  but I'm receiving:

CMake Error at CMakeLists.txt:1235 (find_package):
  By not providing "FindQt6LinguistTools.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt6LinguistTools", but CMake did not find one.

Could not find a package configuration file provided by "Qt6LinguistTools"
  with any of the following names:

    Qt6LinguistToolsConfig.cmake
    qt6linguisttools-config.cmake

  Add the installation prefix of "Qt6LinguistTools" to CMAKE_PREFIX_PATH or
  set "Qt6LinguistTools_DIR" to a directory containing one of the above
  files.  If "Qt6LinguistTools" provides a separate development package or
  SDK, be sure it has been installed.


I installed qt6-linguist already and there is no -devel package, but there was no qt5-linguist-devel package too.

  Any advice welcomed.

				Best regards,

						Jirka Novak