You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
536 B
22 lines
536 B
|
|
set(time_engine_SRCS |
|
timeengine.cpp |
|
timesource.cpp |
|
solarsystem.cpp |
|
) |
|
|
|
add_library(plasma_engine_time MODULE ${time_engine_SRCS}) |
|
|
|
target_link_libraries(plasma_engine_time |
|
Qt5::DBus |
|
KF5::Solid |
|
KF5::Plasma |
|
KF5::I18n |
|
KF5::Service |
|
KF5::KDELibs4Support |
|
) |
|
|
|
kservice_desktop_to_json(plasma_engine_time plasma-dataengine-time.desktop) |
|
|
|
install(TARGETS plasma_engine_time DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/dataengine) |
|
install(FILES plasma-dataengine-time.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
|
|