kde-workspace/plasma/containments/panel/CMakeLists.txt
Ivailo Monev cee7057a95 plasma: port panel containment to QDesktopWidget
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-03 03:32:38 +03:00

10 lines
345 B
CMake

set(panel_SRCS
panel.cpp
)
kde4_add_plugin(plasma_containment_panel ${panel_SRCS})
target_link_libraries(plasma_containment_panel ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
install(TARGETS plasma_containment_panel DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-containment-panel.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})