diff options
-rw-r--r-- | framework/src/domain/settings/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/src/domain/settings/CMakeLists.txt b/framework/src/domain/settings/CMakeLists.txt deleted file mode 100644 index 1e218e97..00000000 --- a/framework/src/domain/settings/CMakeLists.txt +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | include_directories(${CMAKE_CURRENT_BINARY_DIR}) | ||
2 | add_executable(sinkactiontest sinkactiontest.cpp) | ||
3 | add_test(sinkactiontest sinkactiontest) | ||
4 | target_link_libraries(sinkactiontest | ||
5 | sink | ||
6 | actionplugin | ||
7 | mailplugin | ||
8 | Qt5::Core | ||
9 | Qt5::Concurrent | ||
10 | Qt5::Test | ||
11 | KF5::Mime | ||
12 | ) | ||