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.
28 lines
720 B
28 lines
720 B
set(places_engine_SRCS |
|
placesengine.cpp |
|
placeservice.cpp |
|
placesproxymodel.cpp |
|
setupdevicejob.cpp |
|
modeljob.h |
|
) |
|
|
|
set(CMAKE_AUTOMOC TRUE) |
|
|
|
add_library(plasma_engine_places MODULE ${places_engine_SRCS}) |
|
|
|
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(TARGETS plasma_engine_places |
|
DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/dataengine) |
|
install(FILES plasma-dataengine-places.desktop |
|
DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) |
|
install(FILES org.kde.places.operations |
|
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/services ) |
|
|
|
|