diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-02 11:18:11 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-02 11:18:11 +0100 |
commit | cd99c2a9649d1e1639dfa9fc7590f2e5af89335a (patch) | |
tree | 11ead08ef49582ad2c79833cfafdf9f7ef557d73 /client/CMakeLists.txt | |
parent | 2ab486bf9816bc04b28cbcedd13ae00006a4465a (diff) | |
download | sink-cd99c2a9649d1e1639dfa9fc7590f2e5af89335a.tar.gz sink-cd99c2a9649d1e1639dfa9fc7590f2e5af89335a.zip |
toynadi -> akonadinext
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r-- | client/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 20b00a5..48e212c 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt | |||
@@ -1,14 +1,14 @@ | |||
1 | project(toynadi_client) | 1 | project(akonadinext_client) |
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(toynadiclient_SRCS | 5 | set(akonadinextclient_SRCS |
6 | main.cpp | 6 | main.cpp |
7 | resourceaccess.cpp | 7 | resourceaccess.cpp |
8 | ) | 8 | ) |
9 | 9 | ||
10 | add_executable(${PROJECT_NAME} ${toynadiclient_SRCS}) | 10 | add_executable(${PROJECT_NAME} ${akonadinextclient_SRCS}) |
11 | target_link_libraries(${PROJECT_NAME} toynadicommon) | 11 | target_link_libraries(${PROJECT_NAME} akonadinextcommon) |
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) |
14 | 14 | ||