Skip to content

Add missing KF5GuiAddons and KF5Archive deps

Dawid Wrobel requested to merge wrobelda/kxmlgui:master into master

CMakeList.txt is missing a dependency on KF5GuiAddons and KF5Archive, which causes it to fail to compile - at least on macOS:

CMake Error at /Volumes/External/Sourcecode/vcpkg/scripts/buildsystems/vcpkg.cmake:395 (_add_library):
  Target "KF5XmlGui" links to target "KF5::GuiAddons" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:83 (add_library)


CMake Error at /Volumes/External/Sourcecode/vcpkg/scripts/buildsystems/vcpkg.cmake:395 (_add_library):
  Target "KF5XmlGui" links to target "KF5::Archive" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:83 (add_library)

Merge request reports