Require Frameworks 5.56 as this is what KPMcore needs anyway.

This commit is contained in:
Andrius Štikonas 2019-03-10 22:29:30 +00:00
parent b83ddced49
commit f6e22288b9
Signed by: andrius
GPG Key ID: E2E5CD054CB9CD3E
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
# Dependencies
set(QT_MIN_VERSION "5.10.0")
set(KF5_MIN_VERSION "5.31")
set(KF5_MIN_VERSION "5.56")
set(KPMCORE_MIN_VERSION "3.80.0")
set(CMAKE_USE_RELATIVE_PATHS OFF)