┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Richardson <[email protected]>2014-05-05 23:11:12 +0200
committerAlex Richardson <[email protected]>2014-05-05 23:11:12 +0200
commit7e92abb4ea2c2b269d21973bc9f2e76da5fb9114 (patch)
treea240f9b2b24c4add3fc2dbb6a012ac09cc179d0b /src
parent9d7af8a24a0f5c515fd95ad241c68227e566c3d2 (diff)
KF5::KDE4Support -> KF5::KDELibs4Support
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2eeb3ca0a..cd9017bc7 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)