kde-workspace/kcontrol/knotify/CMakeLists.txt
2015-09-01 04:37:19 +03:00

17 lines
436 B
CMake

########### next target ###############
set(kcm_knotify_PART_SRCS knotify.cpp playersettings.ui )
kde4_add_plugin(kcm_knotify ${kcm_knotify_PART_SRCS})
target_link_libraries(kcm_knotify ${KDE4_KIO_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS} ${QT_QTGUI_LIBRARY})
install(TARGETS kcm_knotify DESTINATION ${PLUGIN_INSTALL_DIR})
########### install files ###############
install(FILES kcmnotify.desktop DESTINATION ${SERVICES_INSTALL_DIR})