From 1656913fbd168b9e80a65650f3c8f7e9aecc12d8 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sat, 17 Nov 2018 11:18:21 +0100 Subject: [PATCH] GIT_SILENT Upgrade Qt5 version requirement to 5.9.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a3986b..7122d75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ include(KDECMakeSettings) include(CheckIncludeFiles) -set(REQUIRED_QT_VERSION 5.8.0) +set(REQUIRED_QT_VERSION 5.9.0) find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) find_package(KF5Archive)