From: Elvis Angelaccio Date: Tue, 15 Jan 2019 17:52:02 +0000 (+0100) Subject: Use stable version as required version for baloo-widgets X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/0634e6833622fd5977c7f4103a128a27d134efdc?ds=inline Use stable version as required version for baloo-widgets --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e551fcc66..566cd02c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,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 18.08.0) set_package_properties(KF5BalooWidgets PROPERTIES DESCRIPTION "Baloos Widgets" URL "http://www.kde.org" TYPE OPTIONAL