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.
14 lines
610 B
14 lines
610 B
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.icon\") |
|
|
|
kcoreaddons_add_plugin(org.kde.plasma.icon SOURCES iconapplet.cpp iconapplet.h INSTALL_NAMESPACE "plasma/applets") |
|
|
|
target_link_libraries(org.kde.plasma.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)
|
|
|