diff options
| author | Nathaniel Graham <[email protected]> | 2018-05-17 08:32:20 -0600 |
|---|---|---|
| committer | Nathaniel Graham <[email protected]> | 2018-05-17 08:32:20 -0600 |
| commit | 58edb20a999e335fcefec013806be0a778f7960f (patch) | |
| tree | 448c6356de8629295ca85734a56c015131eba829 /CMakeLists.txt | |
| parent | 56e8e77e683608e101fe8ed79de8668e5db2e223 (diff) | |
Reverting Baloo-widgets version change in cmakelists, since this breaks the information panel
Let's find another way to do this.
CCMAIL: [email protected]
CCMAIL: [email protected]
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 707160f53..c71790e52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "Baloo Core libraries" PURPOSE "For adding desktop-wide search and tagging support to dolphin" ) -find_package(KF5BalooWidgets 18.07.70) +find_package(KF5BalooWidgets 4.97) set_package_properties(KF5BalooWidgets PROPERTIES DESCRIPTION "Baloos Widgets" URL "http://www.kde.org" TYPE OPTIONAL |
