[kdeplasma-addons] /: Revert "Bump frameworks version"

Luca Beltrame null at kde.org
Wed May 3 05:18:35 UTC 2017


Git commit 2c21566486b0503803fe3997e5af2da70360f776 by Luca Beltrame.
Committed on 03/05/2017 at 05:15.
Pushed by lbeltrame into branch 'master'.

Revert "Bump frameworks version"

Frameworks versions have not yet bumped in the respective repositories.
The only effect this causes at the moment is the impossibility to build
kdeplasma-addons (no Frameworks with that version exist)

This reverts commit 36b5ad587a9468851cbdd4497536cefb7c6780e0.

CCMAIL: kde at davidedmundson.co.uk
CCMAIL: plasma-devel at kde.org

M  +1    -1    CMakeLists.txt

https://commits.kde.org/kdeplasma-addons/2c21566486b0503803fe3997e5af2da70360f776

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5ecaf014..fe4ffda35 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ include(KDECompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 
 set(REQUIRED_QT_VERSION 5.3.0)
-set(KF5_MIN_VERSION 5.34.0)
+set(KF5_MIN_VERSION 5.8.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Gui DBus Quick Qml Widgets X11Extras)
 
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS


More information about the Plasma-devel mailing list