And to add to the point, currently the qt6-wayland package is broken in
Debian, even just trying to find it via CMake, because some of these
files have been removed. The following error is from simply checking
for the WaylandClient Qt component via:

find_package(Qt6 6.2 REQUIRED COMPONENTS Core WaylandClient)


-- Could NOT find Qt6WaylandGlobalPrivate (missing:
Qt6WaylandGlobalPrivate_DIR)
CMake Warning at /usr/lib/x86_64-linux-
gnu/cmake/Qt6/Qt6Config.cmake:167 (find_package):
  Found package configuration file:

    /usr/lib/x86_64-linux-
gnu/cmake/Qt6WaylandClient/Qt6WaylandClientConfig.cmake

  but it set Qt6WaylandClient_FOUND to FALSE so package
"Qt6WaylandClient" is
  considered to be NOT FOUND.  Reason given by package:

  Qt6WaylandClient could not be found because dependency
  Qt6WaylandGlobalPrivate could not be found.

  Configuring with --debug-find-pkg=Qt6WaylandGlobalPrivate might
reveal
  details why the package was not found.

  Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of
some
  of the path variables that find_package uses to try and find the
package.

Call Stack (most recent call first):
  CMakeLists.txt:24 (find_package)


CMake Error at CMakeLists.txt:24 (find_package):
  Found package configuration file:

    /usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be
NOT
  FOUND.  Reason given by package:

  Failed to find required Qt component "WaylandClient".

  Expected Config file at
  "/usr/lib/x86_64-linux-
gnu/cmake/Qt6WaylandClient/Qt6WaylandClientConfig.cmake"
  exists

  

  Configuring with --debug-find-pkg=Qt6WaylandClient might reveal
details why
  the package was not found.

  Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of
some
  of the path variables that find_package uses to try and find the
package.



-- Configuring incomplete, errors occurred!

Reply via email to