From 1afb7681b711098af112edccdd0d190944bab9e4 Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Fri, 3 Feb 2017 23:44:22 +0000 Subject: [PATCH] Upgrade Qt5 version requirement to 5.6.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00ee500..ac2b32b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ include(KDECMakeSettings) include(CheckIncludeFiles) -set(REQUIRED_QT_VERSION 5.5.0) +set(REQUIRED_QT_VERSION 5.6.0) find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) find_package(KF5Archive)