From 7ae40ec4957ebe46649ff5cbde6b90e47d2fa7cd Mon Sep 17 00:00:00 2001 From: Jonathan Esk-Riddell Date: Mon, 27 Jun 2022 10:04:42 +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 b0051d6c..8f4053c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(plasma-mobile) set(PROJECT_VERSION "5.25.80") set(PROJECT_VERSION_MAJOR 5) -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")