summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2014-12-18 18:04:44 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2014-12-18 18:04:44 +0100
commitea1a4b3da76923357a2347b649f281efd8e5ea7b (patch)
tree738ac94132e4f3e9406fa4b764fb338c80249e00 /client
parentafba3258d39d2246bb39d680bfd37536c7a61f80 (diff)
downloadsink-ea1a4b3da76923357a2347b649f281efd8e5ea7b.tar.gz
sink-ea1a4b3da76923357a2347b649f281efd8e5ea7b.zip
Fixed build.
Diffstat (limited to 'client')
-rw-r--r--client/CMakeLists.txt1
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
5add_executable(${PROJECT_NAME} main.cpp) 5add_executable(${PROJECT_NAME} main.cpp)
6target_link_libraries(${PROJECT_NAME} akonadi2common) 6target_link_libraries(${PROJECT_NAME} akonadi2common)
7qt5_use_modules(${PROJECT_NAME} Widgets Network)
7install(TARGETS ${PROJECT_NAME} DESTINATION bin) 8install(TARGETS ${PROJECT_NAME} DESTINATION bin)