┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorVishesh Handa <[email protected]>2014-10-14 15:51:51 +0200
committerVishesh Handa <[email protected]>2014-10-14 18:08:18 +0200
commit93465171bc56f353796bad77e2accaa8d9fe9204 (patch)
tree6e2a06f5193899586b468d0cc86741052582ca21 /src/CMakeLists.txt
parent7d41ad943abddc9641686e8768460960ade03c4b (diff)
Port Dolphin to the new Baloo APIs
REVIEW: 120582
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c308bc09d..523ee03a9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -104,8 +104,7 @@ if(HAVE_BALOO)
target_link_libraries(
dolphinprivate PUBLIC
KF5::FileMetaData
- KF5::BalooCore
- KF5::BalooFiles
+ KF5::Baloo
KF5::BalooNaturalQueryParser
KF5::BalooWidgets
)