From e0bd85cbc31596731e0dc66ce43b1133cdee3845 Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Sun, 6 Aug 2017 16:02:31 +0000 Subject: [PATCH] GIT_SILENT Upgrade Qt5 version requirement to 5.7.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60469ae..c02c780 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ include(KDECMakeSettings) include(CheckIncludeFiles) -set(REQUIRED_QT_VERSION 5.6.0) +set(REQUIRED_QT_VERSION 5.7.0) find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) find_package(KF5Archive)