2014-11-13 19:30:51 +02:00
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
set(kcm_smserver_PART_SRCS
|
|
|
|
kcmsmserver.cpp
|
|
|
|
smserverconfigimpl.cpp
|
|
|
|
smserverconfigdlg.ui
|
|
|
|
)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
|
|
|
kde4_add_plugin(kcm_smserver ${kcm_smserver_PART_SRCS})
|
|
|
|
|
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
target_link_libraries(kcm_smserver ${KDE4_KDEUI_LIBS})
|
2014-11-13 19:30:51 +02:00
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
install(TARGETS kcm_smserver DESTINATION ${PLUGIN_INSTALL_DIR})
|
2014-11-13 19:30:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
install(FILES kcmsmserver.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
2014-11-13 19:30:51 +02:00
|
|
|
|