mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 15:45:53 +00:00
12 lines
276 B
CMake
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
|
|
)
|