diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-06 02:41:17 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-06 02:41:17 +0100 |
commit | 1d3aaebcaca0a77976eccb764bf8dd0eb0742546 (patch) | |
tree | fbcd9403d41bf319bd90ffee1957d821ef6b2a72 /tests | |
parent | 7ec167022cbad18697bb99d9c219ac9095cae84f (diff) | |
download | sink-1d3aaebcaca0a77976eccb764bf8dd0eb0742546.tar.gz sink-1d3aaebcaca0a77976eccb764bf8dd0eb0742546.zip |
standardize on calling it Akonadi2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
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) |
12 | endmacro(manual_tests) | 12 | endmacro(manual_tests) |
13 | 13 | ||