3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-14 11:15:54 +00:00
2022-03-05 22:41:29 +05:00

15 lines
595 B
CMake

add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.icon\")
kcoreaddons_add_plugin(plasma_applet_icon SOURCES iconapplet.cpp INSTALL_NAMESPACE "plasma/applets")
target_link_libraries(plasma_applet_icon
KF5::I18n
KF5::KIOCore # for OpenFileManagerWindowJob
KF5::KIOGui # for FavIconRequestJob
KF5::KIOWidgets # for KRun
KF5::Notifications
KF5::Plasma
PW::LibTaskManager)
plasma_install_package(package org.kde.plasma.icon)