From fa680b6c047b05a458bf9516fe7bc18f0d723ce6 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 15 Nov 2016 00:24:09 +0100 Subject: [PATCH] Require Qt 5.6 This is not a dependency freeze break, it's just bringing cmake up to date with what the code already required BUGS: 372339 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9810c9bb5..61625302d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(okular) cmake_minimum_required(VERSION 2.8.12) -set(QT_REQUIRED_VERSION "5.2.0") +set(QT_REQUIRED_VERSION "5.6.0") set(KF5_REQUIRED_VERSION "5.16.0") find_package(ECM 5.19.0 CONFIG REQUIRED)