2014-11-13 19:30:51 +02:00
|
|
|
########### next target ###############
|
|
|
|
|
2015-11-06 13:03:02 +02:00
|
|
|
set(kcm_clock_PART_SRCS
|
|
|
|
dtime.cpp
|
|
|
|
main.cpp
|
|
|
|
)
|
2014-11-13 19:30:51 +02:00
|
|
|
kde4_add_plugin(kcm_clock ${kcm_clock_PART_SRCS})
|
|
|
|
|
2015-11-06 13:03:02 +02:00
|
|
|
target_link_libraries(kcm_clock
|
|
|
|
${KDE4_KIO_LIBS}
|
|
|
|
${KDE4_PLASMA_LIBS}
|
|
|
|
)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
2015-11-06 13:03:02 +02:00
|
|
|
install(
|
|
|
|
TARGETS kcm_clock
|
2020-02-08 19:29:32 +00:00
|
|
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
2015-11-06 13:03:02 +02:00
|
|
|
)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2015-11-06 13:03:02 +02:00
|
|
|
add_executable(kcmdatetimehelper helper.cpp)
|
|
|
|
|
2014-11-13 19:30:51 +02:00
|
|
|
target_link_libraries(kcmdatetimehelper ${KDE4_KDECORE_LIBS})
|
|
|
|
|
2015-11-06 13:03:02 +02:00
|
|
|
install(
|
|
|
|
TARGETS kcmdatetimehelper
|
2020-02-08 19:29:32 +00:00
|
|
|
DESTINATION ${KDE4_LIBEXEC_INSTALL_DIR}
|
2015-11-06 13:03:02 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
kde4_install_auth_helper_files(
|
|
|
|
kcmdatetimehelper
|
|
|
|
org.kde.kcontrol.kcmclock
|
|
|
|
root
|
|
|
|
)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2015-11-06 13:03:02 +02:00
|
|
|
install(
|
|
|
|
FILES clock.desktop
|
2020-02-08 19:29:32 +00:00
|
|
|
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
|
2015-11-06 13:03:02 +02:00
|
|
|
)
|