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.
17 lines
542 B
17 lines
542 B
set(appmenuapplet_SRCS |
|
appmenuapplet.cpp |
|
) |
|
|
|
add_library(plasma_applet_appmenu MODULE ${appmenuapplet_SRCS}) |
|
|
|
kcoreaddons_desktop_to_json(plasma_applet_appmenu ../package/metadata.desktop) |
|
|
|
target_link_libraries(plasma_applet_appmenu |
|
Qt::Widgets |
|
Qt::Quick |
|
Qt::DBus |
|
KF5::Plasma |
|
KF5::WindowSystem |
|
PW::LibTaskManager) |
|
|
|
install(TARGETS plasma_applet_appmenu DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
|
|
|