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
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
install(TARGETS kcm_knotify DESTINATION ${PLUGIN_INSTALL_DIR})
|
2014-11-15 03:14:34 +02:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
install(FILES kcmnotify.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
2014-11-15 03:14:34 +02:00
|
|
|
|
|
|
|
|