summaryrefslogtreecommitdiffstats
path: root/framework/domain/actions/tests
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/actions/tests')
-rw-r--r--framework/domain/actions/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/domain/actions/tests/CMakeLists.txt b/framework/domain/actions/tests/CMakeLists.txt
index dc9d01b1..2c34d628 100644
--- a/framework/domain/actions/tests/CMakeLists.txt
+++ b/framework/domain/actions/tests/CMakeLists.txt
@@ -3,4 +3,4 @@ cmake_policy(SET CMP0063 NEW)
3add_executable(sinkactiontest sinkactiontest.cpp) 3add_executable(sinkactiontest sinkactiontest.cpp)
4add_test(sinkactiontest sinkactiontest) 4add_test(sinkactiontest sinkactiontest)
5qt5_use_modules(sinkactiontest Core Test Concurrent) 5qt5_use_modules(sinkactiontest Core Test Concurrent)
6target_link_libraries(sinkactiontest sink actionplugin KF5::Mime mailplugin) 6target_link_libraries(sinkactiontest sink frameworkplugin KF5::Mime)