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.
 
 
 
 
 
 

18 lines
498 B

set(favicons_engine_SRCS
favicons.cpp
faviconprovider.cpp
)
add_library(plasma_engine_favicons MODULE ${favicons_engine_SRCS} )
target_link_libraries(plasma_engine_favicons
KF5::Plasma
KF5::KIOCore
Qt5::Gui
)
kservice_desktop_to_json(plasma_engine_favicons plasma-dataengine-favicons.desktop)
install(TARGETS plasma_engine_favicons DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/dataengine )
install(FILES plasma-dataengine-favicons.desktop DESTINATION ${SERVICES_INSTALL_DIR} )