From fdd74a41929b4343902f1d1dfcd5116534a79f4f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 11 Dec 2014 00:44:44 +0100 Subject: Dummyresourcefacade test. Huzaa, we can read a value! --- dummyresource/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dummyresource/CMakeLists.txt') diff --git a/dummyresource/CMakeLists.txt b/dummyresource/CMakeLists.txt index e814f41..8fa2eee 100644 --- a/dummyresource/CMakeLists.txt +++ b/dummyresource/CMakeLists.txt @@ -6,7 +6,7 @@ generate_flatbuffers(dummycalendar) #Client plugin add_library(${PROJECT_NAME}_facade SHARED facade.cpp) -target_link_libraries(${PROJECT_NAME}_facade akonadi2common) +target_link_libraries(${PROJECT_NAME}_facade akonadi2common akonadi2_client_lib) qt5_use_modules(${PROJECT_NAME}_facade Widgets Network) #install(TARGETS ${PROJECT_NAME}_facade DESTINATION bin) -- cgit v1.2.3