summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1629acb..9ee3f5e 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -7,7 +7,7 @@ macro(manual_tests)
7 foreach(_testname ${ARGN}) 7 foreach(_testname ${ARGN})
8 add_executable(${_testname} ${_testname}.cpp) 8 add_executable(${_testname} ${_testname}.cpp)
9 qt5_use_modules(${_testname} Core Test Concurrent) 9 qt5_use_modules(${_testname} Core Test Concurrent)
10 target_link_libraries(${_testname} akonadinextcommon) 10 target_link_libraries(${_testname} akonadi2common)
11 endforeach(_testname) 11 endforeach(_testname)
12endmacro(manual_tests) 12endmacro(manual_tests)
13 13