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

Aleix Pol aleixpol at kde.org
Mon May 30 11:29:50 UTC 2016


Git commit c003b80cc2c8237218c01996fb419e9892f8f599 by Aleix Pol.
Committed on 30/05/2016 at 11:11.
Pushed by apol into branch 'master'.

Bump minimum requirement to Qt 5.6.0

CCMAIL: plasma-devel at kde.org

M  +1    -1    CMakeLists.txt

http://commits.kde.org/plasma-workspace/c003b80cc2c8237218c01996fb419e9892f8f599

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c689277..877adca 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.5.0")
+set(QT_MIN_VERSION "5.6.0")
 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