From 7e92abb4ea2c2b269d21973bc9f2e76da5fb9114 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Mon, 5 May 2014 23:11:12 +0200 Subject: [PATCH] KF5::KDE4Support -> KF5::KDELibs4Support --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2eeb3ca0a4..cd9017bc74 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -123,7 +123,7 @@ target_link_libraries( dolphinprivate PUBLIC konq KF5::NewStuff - KF5::KDE4Support + KF5::KDELibs4Support ) if(HAVE_BALOO) @@ -242,7 +242,7 @@ target_link_libraries(kdeinit_dolphin KF5::KCMUtils KF5::Solid Phonon::phonon4qt5 - KF5::KDE4Support + KF5::KDELibs4Support ) if (KF5Activities_FOUND)