CMake Warning at /usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:34 (find_package):
  By not providing "FindWrapVulkanHeaders.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "WrapVulkanHeaders", but CMake did not find one.

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

    WrapVulkanHeadersConfig.cmake
    wrapvulkanheaders-config.cmake

  Add the installation prefix of "WrapVulkanHeaders" to CMAKE_PREFIX_PATH or
  set "WrapVulkanHeaders_DIR" to a directory containing one of the above
  files.  If "WrapVulkanHeaders" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)
  /usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:50 (include)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)
  /usr/lib/cmake/KF6WindowSystem/KF6WindowSystemConfig.cmake:38 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)
  /usr/lib/cmake/KF6KIO/KF6KIOConfig.cmake:59 (find_dependency)
  CMakeLists.txt:65 (find_package)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_BINDIR got its value from CMAKE_INSTALL_BINDIR.  In most cases
  this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_BINDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_BINDIR instead to suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:255 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_SBINDIR got its value from CMAKE_INSTALL_SBINDIR.  In most
  cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_SBINDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_SBINDIR instead to suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:258 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_LIBDIR got its value from CMAKE_INSTALL_LIBDIR.  In most cases
  this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_LIBDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_LIBDIR instead to suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:261 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_LIBEXECDIR got its value from CMAKE_INSTALL_LIBEXECDIR.  In
  most cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_LIBEXECDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_LIBEXECDIR instead to suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:270 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_INCLUDEDIR got its value from CMAKE_INSTALL_INCLUDEDIR.  In
  most cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_INCLUDEDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_INCLUDEDIR instead to suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:220 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:279 (_define_absolute)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_LOCALSTATEDIR got its value from CMAKE_INSTALL_LOCALSTATEDIR.
  In most cases this is unintended, check if you included GNUInstallDirs
  before KDEInstallDirs.  Some third party modules include GNUInstallDirs too
  so eg.  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If
  you set CMAKE_INSTALL_LOCALSTATEDIR deliberately before including
  KDEInstallDirs its recommended to use KDE_INSTALL_LOCALSTATEDIR instead to
  suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:220 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:288 (_define_absolute)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_SHAREDSTATEDIR got its value from CMAKE_INSTALL_SHAREDSTATEDIR.
  In most cases this is unintended, check if you included GNUInstallDirs
  before KDEInstallDirs.  Some third party modules include GNUInstallDirs too
  so eg.  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If
  you set CMAKE_INSTALL_SHAREDSTATEDIR deliberately before including
  KDEInstallDirs its recommended to use KDE_INSTALL_SHAREDSTATEDIR instead to
  suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:220 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:291 (_define_absolute)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_DATAROOTDIR got its value from CMAKE_INSTALL_DATAROOTDIR.  In
  most cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_DATAROOTDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_DATAROOTDIR instead to suppress this
  message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:220 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:299 (_define_absolute)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_DATADIR got its value from CMAKE_INSTALL_DATADIR.  In most
  cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_DATADIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_DATADIR instead to suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:304 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_LOCALEDIR got its value from CMAKE_INSTALL_LOCALEDIR.  In most
  cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_LOCALEDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_LOCALEDIR instead to suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:332 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_MANDIR got its value from CMAKE_INSTALL_MANDIR.  In most cases
  this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_MANDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_MANDIR instead to suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:357 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_INFODIR got its value from CMAKE_INSTALL_INFODIR.  In most
  cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_INFODIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_INFODIR instead to suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:360 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_SYSCONFDIR got its value from CMAKE_INSTALL_SYSCONFDIR.  In
  most cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_SYSCONFDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_SYSCONFDIR instead to suppress this message.
Call Stack (most recent call first):
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:220 (_define_relative)
  /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:387 (_define_absolute)
  /usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
  CMakeLists.txt:80 (include)


CMake Warning at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:4751 (message):
  The qml plugin 'Kirigamiplugin' is a dependency of 'hana', but the link
  target it defines (KF6Kirigamiplugin) does not exist in the current scope.
  The plugin will not be linked.
Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (qt6_import_qml_plugins)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (cmake_language)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:893 (_qt_internal_finalize_executable)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:862:EVAL:1 (qt6_finalize_target)
  src/CMakeLists.txt:DEFERRED


CMake Warning at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:4751 (message):
  The qml plugin 'KirigamiPrivateplugin' is a dependency of 'hana', but the
  link target it defines (KF6KirigamiPrivateplugin) does not exist in the
  current scope.  The plugin will not be linked.
Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (qt6_import_qml_plugins)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (cmake_language)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:893 (_qt_internal_finalize_executable)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:862:EVAL:1 (qt6_finalize_target)
  src/CMakeLists.txt:DEFERRED


CMake Warning at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:4751 (message):
  The qml plugin 'KirigamiPolyfillplugin' is a dependency of 'hana', but the
  link target it defines (KF6KirigamiPolyfillplugin) does not exist in the
  current scope.  The plugin will not be linked.
Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (qt6_import_qml_plugins)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (cmake_language)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:893 (_qt_internal_finalize_executable)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:862:EVAL:1 (qt6_finalize_target)
  src/CMakeLists.txt:DEFERRED


CMake Warning at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:4751 (message):
  The qml plugin 'KirigamiControlsplugin' is a dependency of 'hana', but the
  link target it defines (KF6KirigamiControlsplugin) does not exist in the
  current scope.  The plugin will not be linked.
Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (qt6_import_qml_plugins)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (cmake_language)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:893 (_qt_internal_finalize_executable)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:862:EVAL:1 (qt6_finalize_target)
  src/CMakeLists.txt:DEFERRED


CMake Warning at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:4751 (message):
  The qml plugin 'KirigamiPlatformplugin' is a dependency of 'hana', but the
  link target it defines (KF6::KirigamiPlatformplugin) does not exist in the
  current scope.  The plugin will not be linked.
Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (qt6_import_qml_plugins)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (cmake_language)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:893 (_qt_internal_finalize_executable)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:862:EVAL:1 (qt6_finalize_target)
  src/CMakeLists.txt:DEFERRED


CMake Warning at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:4751 (message):
  The qml plugin 'KirigamiDialogsplugin' is a dependency of 'hana', but the
  link target it defines (KF6KirigamiDialogsplugin) does not exist in the
  current scope.  The plugin will not be linked.
Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (qt6_import_qml_plugins)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (cmake_language)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:893 (_qt_internal_finalize_executable)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:862:EVAL:1 (qt6_finalize_target)
  src/CMakeLists.txt:DEFERRED


CMake Warning at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:4751 (message):
  The qml plugin 'KirigamiLayoutsplugin' is a dependency of 'hana', but the
  link target it defines (KF6KirigamiLayoutsplugin) does not exist in the
  current scope.  The plugin will not be linked.
Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (qt6_import_qml_plugins)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (cmake_language)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:893 (_qt_internal_finalize_executable)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:862:EVAL:1 (qt6_finalize_target)
  src/CMakeLists.txt:DEFERRED


CMake Warning at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:4751 (message):
  The qml plugin 'KirigamiLayoutsPrivateplugin' is a dependency of 'hana',
  but the link target it defines (KF6KirigamiLayoutsPrivateplugin) does not
  exist in the current scope.  The plugin will not be linked.
Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (qt6_import_qml_plugins)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:815 (cmake_language)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:893 (_qt_internal_finalize_executable)
  /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:862:EVAL:1 (qt6_finalize_target)
  src/CMakeLists.txt:DEFERRED


CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_C_FLAGS
    CMAKE_LD_FLAGS
    USE_QT