|
|
|
|
@ -39,7 +39,7 @@ target_link_libraries(plasma_engine_geolocation |
|
|
|
|
KF5::Solid) |
|
|
|
|
kservice_desktop_to_json(plasma_engine_geolocation plasma-dataengine-geolocation.desktop) |
|
|
|
|
|
|
|
|
|
install(TARGETS plasma_engine_geolocation DESTINATION ${PLASMA_DATA_INSTALL_DIR}/dataengine) |
|
|
|
|
install(TARGETS plasma_engine_geolocation DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/dataengine) |
|
|
|
|
install(FILES plasma-dataengine-geolocation.desktop DESTINATION ${SERVICES_INSTALL_DIR}) |
|
|
|
|
install(FILES plasma-geolocationprovider.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR}) |
|
|
|
|
|
|
|
|
|
@ -49,7 +49,7 @@ set(plasma_geolocation_ip_SRCS location_ip.cpp) |
|
|
|
|
add_library(plasma-geolocation-ip MODULE ${plasma_geolocation_ip_SRCS}) |
|
|
|
|
target_link_libraries(plasma-geolocation-ip plasma-geolocation-interface KF5::KIOCore) |
|
|
|
|
install(FILES plasma-geolocation-ip.desktop DESTINATION ${SERVICES_INSTALL_DIR}) |
|
|
|
|
install(TARGETS plasma-geolocation-ip DESTINATION ${PLASMA_DATA_INSTALL_DIR}/geolocationprovider) |
|
|
|
|
install(TARGETS plasma-geolocation-ip DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/geolocationprovider) |
|
|
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
@ -65,7 +65,7 @@ if(LIBGPS_FOUND) |
|
|
|
|
add_library(plasma-geolocation-gps MODULE ${plasma_geolocation_gps_SRCS}) |
|
|
|
|
target_link_libraries(plasma-geolocation-gps plasma-geolocation-interface ${LIBGPS_LIBRARIES}) |
|
|
|
|
install(FILES plasma-geolocation-gps.desktop DESTINATION ${SERVICES_INSTALL_DIR}) |
|
|
|
|
install(TARGETS plasma-geolocation-gps DESTINATION ${PLASMA_DATA_INSTALL_DIR}/geolocationprovider) |
|
|
|
|
install(TARGETS plasma-geolocation-gps DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/geolocationprovider) |
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------------------------- |
|
|
|
|
|