diff options
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r-- | client/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index c4f857b..023e3d0 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt | |||
@@ -4,4 +4,5 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | |||
4 | 4 | ||
5 | add_executable(${PROJECT_NAME} main.cpp) | 5 | add_executable(${PROJECT_NAME} main.cpp) |
6 | target_link_libraries(${PROJECT_NAME} akonadi2common) | 6 | target_link_libraries(${PROJECT_NAME} akonadi2common) |
7 | qt5_use_modules(${PROJECT_NAME} Widgets Network) | ||
7 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) | 8 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) |