From 6e27a6ab42ca203fce90527b89f2fa19ef1ebbe1 Mon Sep 17 00:00:00 2001 From: Jonathan Esk-Riddell Date: Mon, 27 Jun 2022 10:31:50 +0100 Subject: [PATCH] Update qt5 version requirement to 5.15.2 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8067977..34b9f85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(PROJECT_VERSION_MAJOR 5) set(CMAKE_C_STANDARD 99) -set(QT_MIN_VERSION "5.15.0") +set(QT_MIN_VERSION "5.15.2") set(KF5_MIN_VERSION "5.94") set(KDE_COMPILERSETTINGS_LEVEL "5.82")