add more spacing
[personal-kdebase.git] / runtime / kcontrol / knotify / CMakeLists.txt
blob75281f38b1de1c21c39aee9793457ed7ae13c587
2 ########### next target ###############
4 set(kcm_knotify_PART_SRCS knotify.cpp )
7 kde4_add_ui_files(kcm_knotify_PART_SRCS playersettings.ui )
9 kde4_add_plugin(kcm_knotify ${kcm_knotify_PART_SRCS})
12 target_link_libraries(kcm_knotify  ${KDE4_KIO_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS} ${QT_QTGUI_LIBRARY} )
14 install(TARGETS kcm_knotify  DESTINATION ${PLUGIN_INSTALL_DIR} )
17 ########### install files ###############
19 install( FILES kcmnotify.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )