plasma-framework/tests/testcontainmentactionsplugin/CMakeLists.txt
Chani Armitage b6cd1d8582 rename folder
svn path=/trunk/KDE/kdebase/workspace/plasma/containmentactions/test/; revision=1012692
2009-08-17 23:40:25 +00:00

13 lines
435 B
CMake

project(plasma-containmentactions-test)
set(test_SRCS
test.cpp
)
kde4_add_ui_files(test_SRCS config.ui)
kde4_add_plugin(plasma_containmentactions_test ${test_SRCS})
target_link_libraries(plasma_containmentactions_test ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
install(TARGETS plasma_containmentactions_test DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-containmentactions-test.desktop DESTINATION ${SERVICES_INSTALL_DIR})