From 3db2f737f98266430f2c79f946a6ebb50620aef7 Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Sat, 24 Mar 2018 13:34:31 +0000 Subject: [PATCH] GIT_SILENT Upgrade Qt5 version requirement to 5.8.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28c18d0..df3e352 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) include(ECMQtDeclareLoggingCategory) -set(REQUIRED_QT_VERSION 5.7.0) +set(REQUIRED_QT_VERSION 5.8.0) find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)