kde-workspace/kcontrol/kdebug/CMakeLists.txt

15 lines
387 B
Text
Raw Normal View History

2014-12-19 23:41:56 +00:00
########### next target ###############
set(kdebugconfig_SRCS
2015-09-01 04:37:19 +03:00
kdebugconfig.cpp
kdebugconfig.ui
)
2014-12-19 23:41:56 +00:00
kde4_add_plugin(kcm_kdebugconfig ${kdebugconfig_SRCS})
target_link_libraries(kcm_kdebugconfig KDE4::kdeui KDE4::kcmutils)
2014-12-19 23:41:56 +00:00
install(TARGETS kcm_kdebugconfig DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
2014-12-19 23:41:56 +00:00
install(FILES kcm_kdebugconfig.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})