diff options
Diffstat (limited to 'async/autotests/CMakeLists.txt')
-rw-r--r-- | async/autotests/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/async/autotests/CMakeLists.txt b/async/autotests/CMakeLists.txt index a2bedc8..8116f13 100644 --- a/async/autotests/CMakeLists.txt +++ b/async/autotests/CMakeLists.txt | |||
@@ -2,4 +2,10 @@ include_directories(../src ${CMAKE_CURRENT_BINARY_DIR}) | |||
2 | 2 | ||
3 | add_executable(asynctest asynctest.cpp) | 3 | add_executable(asynctest asynctest.cpp) |
4 | qt5_use_modules(asynctest Test) | 4 | qt5_use_modules(asynctest Test) |
5 | target_link_libraries(asynctest akonadi2async Qt5::Core Qt5::Test) \ No newline at end of file | 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 | ||