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 /synchronizer/CMakeLists.txt | |
parent | 7ec167022cbad18697bb99d9c219ac9095cae84f (diff) | |
download | sink-1d3aaebcaca0a77976eccb764bf8dd0eb0742546.tar.gz sink-1d3aaebcaca0a77976eccb764bf8dd0eb0742546.zip |
standardize on calling it Akonadi2
Diffstat (limited to 'synchronizer/CMakeLists.txt')
-rw-r--r-- | synchronizer/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/synchronizer/CMakeLists.txt b/synchronizer/CMakeLists.txt index 92cb465..031b3b2 100644 --- a/synchronizer/CMakeLists.txt +++ b/synchronizer/CMakeLists.txt | |||
@@ -1,13 +1,13 @@ | |||
1 | project(akonadinext_synchronizer) | 1 | project(akonadi2_synchronizer) |
2 | 2 | ||
3 | include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | 3 | include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) |
4 | 4 | ||
5 | set(akonadinextsynchronizer_SRCS | 5 | set(akonadi2synchronizer_SRCS |
6 | main.cpp | 6 | main.cpp |
7 | listener.cpp | 7 | listener.cpp |
8 | ) | 8 | ) |
9 | 9 | ||
10 | add_executable(${PROJECT_NAME} ${akonadinextsynchronizer_SRCS}) | 10 | add_executable(${PROJECT_NAME} ${akonadi2synchronizer_SRCS}) |
11 | target_link_libraries(${PROJECT_NAME} akonadinextcommon) | 11 | target_link_libraries(${PROJECT_NAME} akonadi2common) |
12 | qt5_use_modules(${PROJECT_NAME} Widgets Network) | 12 | qt5_use_modules(${PROJECT_NAME} Widgets Network) |
13 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) | 13 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) |