mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
23 lines
548 B
Text
23 lines
548 B
Text
![]() |
set(places_engine_SRCS
|
||
|
placesengine.cpp
|
||
|
placeservice.cpp
|
||
|
setupdevicejob.cpp
|
||
|
)
|
||
|
|
||
|
kde4_add_plugin(plasma_engine_places ${places_engine_SRCS})
|
||
|
|
||
|
target_link_libraries(plasma_engine_places
|
||
|
plasma
|
||
|
${KDE4_KIO_LIBS}
|
||
|
${KDE4_KFILE_LIBS}
|
||
|
${KDE4_SOLID_LIBS}
|
||
|
)
|
||
|
|
||
|
install(TARGETS plasma_engine_places
|
||
|
DESTINATION ${PLUGIN_INSTALL_DIR})
|
||
|
install(FILES plasma-dataengine-places.desktop
|
||
|
DESTINATION ${SERVICES_INSTALL_DIR} )
|
||
|
install(FILES org.kde.places.operations
|
||
|
DESTINATION ${DATA_INSTALL_DIR}/plasma/services )
|
||
|
|