From e9061a4dde3f0636be12589e37222a90cea691a6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Mar 2017 22:22:15 +0100 Subject: Adapt to KAsync changes --- common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 34e48c6..b5275e0 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -122,7 +122,7 @@ qt5_use_modules(${PROJECT_NAME} LINK_PUBLIC Network) qt5_use_modules(${PROJECT_NAME} LINK_PRIVATE Gui) target_link_libraries(${PROJECT_NAME} PUBLIC - KF5::Async + KAsync PRIVATE ${storage_LIBS} KF5::Mime -- cgit v1.2.3