diff options
Diffstat (limited to 'async/autotests/CMakeLists.txt')
-rw-r--r-- | async/autotests/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/async/autotests/CMakeLists.txt b/async/autotests/CMakeLists.txt deleted file mode 100644 index 8116f13..0000000 --- a/async/autotests/CMakeLists.txt +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | include_directories(../src ${CMAKE_CURRENT_BINARY_DIR}) | ||
2 | |||
3 | add_executable(asynctest asynctest.cpp) | ||
4 | qt5_use_modules(asynctest Test) | ||
5 | target_link_libraries(asynctest akonadi2async Qt5::Core Qt5::Test) | ||
6 | |||
7 | if (WITH_KJOB) | ||
8 | add_executable(kjobtest kjobtest.cpp testkjob.cpp) | ||
9 | qt5_use_modules(kjobtest Test) | ||
10 | target_link_libraries(kjobtest akonadi2async Qt5::Core Qt5::Test KF5::CoreAddons) | ||
11 | endif () \ No newline at end of file | ||