diff options
Diffstat (limited to 'framework/src/domain/settings')
-rw-r--r-- | framework/src/domain/settings/CMakeLists.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/framework/src/domain/settings/CMakeLists.txt b/framework/src/domain/settings/CMakeLists.txt index dc9d01b1..e9ea76c6 100644 --- a/framework/src/domain/settings/CMakeLists.txt +++ b/framework/src/domain/settings/CMakeLists.txt | |||
@@ -2,5 +2,12 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) | |||
2 | cmake_policy(SET CMP0063 NEW) | 2 | 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 | target_link_libraries(sinkactiontest |
6 | target_link_libraries(sinkactiontest sink actionplugin KF5::Mime mailplugin) | 6 | sink |
7 | actionplugin | ||
8 | mailplugin | ||
9 | Qt5::Core | ||
10 | Qt5::Concurrent | ||
11 | Qt5::Test | ||
12 | KF5::Mime | ||
13 | ) | ||