[plasma-workspace] /: Bump minimum requirement to Qt 5.6.1

Jonathan Riddell jr at jriddell.org
Wed Jun 8 16:36:23 UTC 2016


Git commit 603d1189c3bbeccccbcc95f4ef44858f04674771 by Jonathan Riddell.
Committed on 08/06/2016 at 16:36.
Pushed by jriddell into branch 'master'.

Bump minimum requirement to Qt 5.6.1

CCMAIL: plasma-devel at kde.org

M  +1    -1    CMakeLists.txt

http://commits.kde.org/plasma-workspace/603d1189c3bbeccccbcc95f4ef44858f04674771

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f6391bf..8b78240 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
-set(QT_MIN_VERSION "5.6.0")
+set(QT_MIN_VERSION "5.6.1")
 set(KF5_MIN_VERSION "5.18.0")
 set(INSTALL_SDDM_THEME TRUE)
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Widgets Quick QuickWidgets Concurrent Test Script Network)


More information about the Plasma-devel mailing list