2009-08-17 23:40:25 +00:00
|
|
|
project(plasma-containmentactions-test)
|
|
|
|
|
2010-08-04 19:38:31 +00:00
|
|
|
project(plasma_testengine_dataengine)
|
|
|
|
|
|
|
|
find_package(KDE4 REQUIRED)
|
|
|
|
|
|
|
|
include(KDE4Defaults)
|
|
|
|
|
2009-08-17 23:40:25 +00:00
|
|
|
set(test_SRCS
|
|
|
|
test.cpp
|
|
|
|
)
|
2013-10-22 00:40:17 +02:00
|
|
|
qt5_wrap_ui(test_SRCS config.ui)
|
2009-08-17 23:40:25 +00:00
|
|
|
|
2013-11-14 17:42:26 +01:00
|
|
|
add_library(plasma_containmentactions_test MODULE ${test_SRCS})
|
2013-10-16 01:40:50 +02:00
|
|
|
target_link_libraries(plasma_containmentactions_test ${Plasma_LIBRARIES} KF5::KIOCore KF5::KIOWidgets)
|
2009-08-17 23:40:25 +00:00
|
|
|
|
|
|
|
install(TARGETS plasma_containmentactions_test DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES plasma-containmentactions-test.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|