Bump Qt and KF5 frameworks versions:

- Ensure our Qt minimum requirement is not less than that of Kirigami
 - Take the opportunity to bump frameworks version while we're still in review.
master
Johan Ouwerkerk 2019-12-28 14:42:48 +01:00
parent a5794e02da
commit 70b50727c1
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.10.3)
project(keysmith)
set(KF5_MIN_VERSION "5.37.0")
set(QT_MIN_VERSION "5.7.0")
set(KF5_MIN_VERSION "5.62.0")
set(QT_MIN_VERSION "5.12.0")
################# Disallow in-source build #################