2021-05-17 18:43:37 +02:00
|
|
|
add_library(plasma_containmentactions_test MODULE test.cpp)
|
|
|
|
ki18n_wrap_ui(plasma_containmentactions_test config.ui)
|
2009-08-18 01:40:25 +02:00
|
|
|
|
2014-12-09 18:59:26 +01:00
|
|
|
target_link_libraries(plasma_containmentactions_test KF5::Plasma KF5::I18n KF5::KIOWidgets KF5::XmlGui)
|
2009-08-18 01:40:25 +02:00
|
|
|
|
2015-01-10 18:47:31 +01:00
|
|
|
install(TARGETS plasma_containmentactions_test DESTINATION ${KDE_INSTALL_PLUGINDIR})
|
|
|
|
install(FILES plasma-containmentactions-test.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
|