From 9a3d4a29ba94ff6c1a506ad2b186ee19cdc574b5 Mon Sep 17 00:00:00 2001 From: Nathaniel Graham Date: Thu, 17 May 2018 16:32:58 -0600 Subject: [PATCH] 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: elvis.angelaccio@kde.org CCMAIL: kde@privat.broulik.de This reverts commit 58edb20a999e335fcefec013806be0a778f7960f. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c71790e520..707160f53c 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