diff options
| author | Alex Richardson <[email protected]> | 2014-05-05 23:11:12 +0200 |
|---|---|---|
| committer | Alex Richardson <[email protected]> | 2014-05-05 23:11:12 +0200 |
| commit | 7e92abb4ea2c2b269d21973bc9f2e76da5fb9114 (patch) | |
| tree | a240f9b2b24c4add3fc2dbb6a012ac09cc179d0b | |
| parent | 9d7af8a24a0f5c515fd95ad241c68227e566c3d2 (diff) | |
KF5::KDE4Support -> KF5::KDELibs4Support
| -rw-r--r-- | src/CMakeLists.txt | 4 |
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) |
