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.
24 lines
569 B
24 lines
569 B
set(places_engine_SRCS |
|
placesengine.cpp |
|
placeservice.cpp |
|
placesproxymodel.cpp |
|
setupdevicejob.cpp |
|
modeljob.h |
|
) |
|
|
|
set(CMAKE_AUTOMOC TRUE) |
|
|
|
kcoreaddons_add_plugin(plasma_engine_places SOURCES ${places_engine_SRCS} INSTALL_NAMESPACE plasma/dataengine) |
|
|
|
target_link_libraries(plasma_engine_places |
|
KF5::Plasma |
|
KF5::KIOCore |
|
KF5::KIOFileWidgets |
|
KF5::Solid |
|
) |
|
|
|
kcoreaddons_desktop_to_json(plasma_engine_places plasma-dataengine-places.desktop) |
|
|
|
install(FILES org.kde.places.operations |
|
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/services ) |
|
|
|
|