2022-03-05 22:41:29 +05:00

12 lines
276 B
CMake

set(favicons_engine_SRCS
favicons.cpp
faviconprovider.cpp
)
kcoreaddons_add_plugin(plasma_engine_favicons SOURCES ${favicons_engine_SRCS} INSTALL_NAMESPACE plasma/dataengine)
target_link_libraries(plasma_engine_favicons
KF5::Plasma
KF5::KIOCore
Qt::Gui
)