[kstyle/config] Add missing KCoreAddons linkage

breezestyleconfigmodule.cpp uses KPluginFactory so we need to link against KCoreAddons
wilder-5.24
Nicolas Fella 5 years ago
parent 82ae87fc9e
commit 7844b7ba5f
  1. 2
      kstyle/config/CMakeLists.txt

@ -14,7 +14,7 @@ add_library(kstyle_breeze_config MODULE
)
target_link_libraries(kstyle_breeze_config Qt::Core Qt::Gui Qt::Widgets Qt::DBus)
target_link_libraries(kstyle_breeze_config KF5::ConfigCore KF5::ConfigWidgets KF5::I18n)
target_link_libraries(kstyle_breeze_config KF5::CoreAddons KF5::ConfigCore KF5::ConfigWidgets KF5::I18n)
install(TARGETS kstyle_breeze_config DESTINATION ${KDE_INSTALL_QTPLUGINDIR})
install(FILES breezestyleconfig.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})

Loading…
Cancel
Save