You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
624 B
CMake
19 lines
624 B
CMake
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_containmentactions_lattecontextmenu\")
|
|
|
|
set(contextmenu_SRCS
|
|
generictools.cpp
|
|
layoutmenuitemwidget.cpp
|
|
menu.cpp
|
|
)
|
|
|
|
add_library(plasma_containmentactions_lattecontextmenu MODULE ${contextmenu_SRCS})
|
|
|
|
target_link_libraries(plasma_containmentactions_lattecontextmenu
|
|
Qt5::DBus
|
|
Qt5::Widgets
|
|
KF5::I18n
|
|
KF5::XmlGui
|
|
KF5::Plasma)
|
|
|
|
install(TARGETS plasma_containmentactions_lattecontextmenu DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/containmentactions)
|