From cf26128dfa0116bd788246ce28b35872837accd3 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Wed, 17 Jun 2020 13:59:07 -0400 Subject: [PATCH] Update cmake min qt to actual min version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc285d4..46d8ba1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(vehiclevoyage) cmake_minimum_required(VERSION 2.8.12) set(KF5_MIN_VERSION "5.70.0") -set(QT_MIN_VERSION "5.12.0") +set(QT_MIN_VERSION "5.14.0") ################# Disallow in-source build ################# -- GitLab