diff options
| author | Nathaniel Graham <[email protected]> | 2018-05-17 16:32:58 -0600 |
|---|---|---|
| committer | Nathaniel Graham <[email protected]> | 2018-05-17 16:32:58 -0600 |
| commit | 9a3d4a29ba94ff6c1a506ad2b186ee19cdc574b5 (patch) | |
| tree | ed32ed7e2dd79fb577d326c8d0055bcd588a3974 | |
| parent | 58edb20a999e335fcefec013806be0a778f7960f (diff) | |
Revert "Reverting Baloo-widgets version change in cmakelists, since this breaks the information panel"
Sorry, this was actually correct, and the rest of us were using old baloo-widgets.
Anyone experiencing issues with Information Panel content in Dolphin master should
Compile and deploy baloo-widgets from git master too.
CCMAIL: [email protected]
CCMAIL: [email protected]
This reverts commit 58edb20a999e335fcefec013806be0a778f7960f.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c71790e52..707160f53 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 4.97) +find_package(KF5BalooWidgets 18.07.70) set_package_properties(KF5BalooWidgets PROPERTIES DESCRIPTION "Baloos Widgets" URL "http://www.kde.org" TYPE OPTIONAL |
