From 3bea7e1ae1e102b0f06231626fd768f795d46db8 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Mon, 15 Dec 2014 07:43:20 +0100 Subject: shared libraries, install targets --- 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 8fa2eee..57b916a 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 akonadi2_client_lib) +target_link_libraries(${PROJECT_NAME}_facade akonadi2common akonadi2_client) qt5_use_modules(${PROJECT_NAME}_facade Widgets Network) #install(TARGETS ${PROJECT_NAME}_facade DESTINATION bin) -- cgit v1.2.3