kde-workspace/attica/kcm/CMakeLists.txt
Ivailo Monev e1d27237f0 attica: add it back
removed via 2efd951b7d however Attica's
default providers are basicly stub and the plugin is required since the
only provider is KDE.

the Attica tests require it in fact otherwise one of the tests crashes.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-22 16:13:02 +00:00

17 lines
434 B
CMake

set(kcm_attica_PART_SRCS
providerconfigwidget.cpp
atticamodule.cpp
providermanagement.ui
providerconfigwidget.ui
)
kde4_add_plugin(kcm_attica ${kcm_attica_PART_SRCS})
target_link_libraries(kcm_attica
${KDE4_KDEUI_LIBS}
${KDE4_KIO_LIBS}
${LIBATTICA_LIBRARIES}
)
install(TARGETS kcm_attica DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES kcm_attica.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})