kde-workspace/kcontrol/knotify/CMakeLists.txt

18 lines
446 B
Text
Raw Normal View History

2014-11-15 03:14:34 +02:00
########### next target ###############
2015-09-01 04:37:19 +03:00
set(kcm_knotify_PART_SRCS knotify.cpp playersettings.ui )
2014-11-15 03:14:34 +02:00
kde4_add_plugin(kcm_knotify ${kcm_knotify_PART_SRCS})
2015-09-01 04:37:19 +03:00
target_link_libraries(kcm_knotify ${KDE4_KIO_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS} ${QT_QTGUI_LIBRARY})
2014-11-15 03:14:34 +02:00
install(TARGETS kcm_knotify DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
2014-11-15 03:14:34 +02:00
########### install files ###############
install(FILES kcmnotify.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
2014-11-15 03:14:34 +02:00