diff options
Diffstat (limited to 'framework/domain/actions/tests')
-rw-r--r-- | framework/domain/actions/tests/CMakeLists.txt | 2 |
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) | |||
3 | add_executable(sinkactiontest sinkactiontest.cpp) | 3 | add_executable(sinkactiontest sinkactiontest.cpp) |
4 | add_test(sinkactiontest sinkactiontest) | 4 | add_test(sinkactiontest sinkactiontest) |
5 | qt5_use_modules(sinkactiontest Core Test Concurrent) | 5 | qt5_use_modules(sinkactiontest Core Test Concurrent) |
6 | target_link_libraries(sinkactiontest sink actionplugin KF5::Mime mailplugin) | 6 | target_link_libraries(sinkactiontest sink frameworkplugin KF5::Mime) |