plasma-framework/examples/testcontainmentactionsplugin/CMakeLists.txt

11 lines
394 B
CMake
Raw Normal View History

set(test_SRCS
test.cpp
)
qt5_wrap_ui(test_SRCS config.ui)
2013-11-14 17:42:26 +01:00
add_library(plasma_containmentactions_test MODULE ${test_SRCS})
2014-04-25 13:21:09 +02:00
target_link_libraries(plasma_containmentactions_test KF5::Plasma KF5::KIOWidgets KF5::XmlGui)
install(TARGETS plasma_containmentactions_test DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-containmentactions-test.desktop DESTINATION ${SERVICES_INSTALL_DIR})