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.
16 lines
501 B
16 lines
501 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 |
|
Qt5::Widgets |
|
Qt5::Quick |
|
Qt5::DBus |
|
KF5::Plasma |
|
KF5::WindowSystem) |
|
|
|
install(TARGETS plasma_applet_appmenu DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/applets)
|
|
|