plasma-framework/src/plasma/tests/testcontainmentactionsplugin/CMakeLists.txt

19 lines
540 B
CMake
Raw Normal View History

project(plasma-containmentactions-test)
project(plasma_testengine_dataengine)
find_package(KDE4 REQUIRED)
include(KDE4Defaults)
set(test_SRCS
test.cpp
)
kde4_add_ui_files(test_SRCS config.ui)
2013-08-09 05:22:20 +02:00
plasma_add_plugin(plasma_containmentactions_test ${test_SRCS})
2013-10-16 01:40:50 +02:00
target_link_libraries(plasma_containmentactions_test ${Plasma_LIBRARIES} KF5::KIOCore KF5::KIOWidgets)
install(TARGETS plasma_containmentactions_test DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-containmentactions-test.desktop DESTINATION ${SERVICES_INSTALL_DIR})