diff options
| author | Scarlett Clark <[email protected]> | 2014-06-20 04:18:58 -0700 |
|---|---|---|
| committer | Scarlett Clark <[email protected]> | 2014-06-20 04:18:58 -0700 |
| commit | e41c969063c14a89e40453ee6e92f70ae0e78780 (patch) | |
| tree | c157e8b6bf43b07d67267b26c70de0b73c176ffc /src/CMakeLists.txt | |
| parent | 6bccf73e9270e698e7ca23eb2dcaa05318e7b198 (diff) | |
kde-baseapps frameworks dolphin with snapshot frameworks branch baloo/baloo-widgets path fixes.
Diffstat (limited to 'src/CMakeLists.txt')
| -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 767cf7fe3..ce629fb9f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(Baloo 4.97) +find_package(KF5Baloo 4.97) set_package_properties(Baloo PROPERTIES DESCRIPTION "Baloo Core libraries" URL "http://www.kde.org" TYPE OPTIONAL @@ -18,7 +18,7 @@ set_package_properties(KFileMetaData PROPERTIES PURPOSE "For accessing file metadata labels" ) -if (Baloo_FOUND AND BalooWidgets_FOUND AND KFileMetaData_FOUND) +if (KF5Baloo_FOUND AND BalooWidgets_FOUND AND KFileMetaData_FOUND) set(HAVE_BALOO TRUE) endif() |
