Skip to content

Add missing KF5GuiAddons dependency

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

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

CMake Error at ../../../../scripts/buildsystems/vcpkg.cmake:395 (_add_library):
  Target "KIconEnginePlugin" 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:114 (add_library)
(...)
Edited by Dawid Wrobel

Merge request reports