┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorChristophe Giboudeaux <[email protected]>2014-06-27 10:34:57 +0200
committerChristophe Giboudeaux <[email protected]>2014-06-27 10:34:57 +0200
commit3614b7fea7563300974982cca27a787749ea3f0f (patch)
tree3e92da0b14169ffde10c07f81db8798d801989cc /src/CMakeLists.txt
parent44178752948c61534e09600b5967cadfc833f617 (diff)
Fix build.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3b087aa4f..8050e4cf3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -136,9 +136,9 @@ if(HAVE_BALOO)
target_link_libraries(
dolphinprivate PUBLIC
KF5::FileMetaData
- ${BALOO_CORE_LIBRARY}
- ${BALOO_FILE_LIBRARY}
- ${BALOO_WIDGETS_LIBRARY}
+ KF5::BalooCore
+ KF5::BalooFiles
+ KF5::BalooWidgets
)
endif()