From ea1a4b3da76923357a2347b649f281efd8e5ea7b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 18 Dec 2014 18:04:44 +0100 Subject: Fixed build. --- client/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'client') 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}) add_executable(${PROJECT_NAME} main.cpp) target_link_libraries(${PROJECT_NAME} akonadi2common) +qt5_use_modules(${PROJECT_NAME} Widgets Network) install(TARGETS ${PROJECT_NAME} DESTINATION bin) -- cgit v1.2.3