diff options
| author | Christophe Giboudeaux <[email protected]> | 2014-06-27 10:34:57 +0200 |
|---|---|---|
| committer | Christophe Giboudeaux <[email protected]> | 2014-06-27 10:34:57 +0200 |
| commit | 3614b7fea7563300974982cca27a787749ea3f0f (patch) | |
| tree | 3e92da0b14169ffde10c07f81db8798d801989cc /src/CMakeLists.txt | |
| parent | 44178752948c61534e09600b5967cadfc833f617 (diff) | |
Fix build.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
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() |
