From 23848618c4a4ac438533185011726de9e0044725 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Fri, 12 May 2023 19:44:17 -0400 Subject: [PATCH] Bump required Qt version to 6.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6d77008..1906557a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(plasma-mobile) set(PROJECT_VERSION "5.27.80") set(PROJECT_VERSION_MAJOR 5) -set(QT_MIN_VERSION "6.4.0") +set(QT_MIN_VERSION "6.5.0") set(KF6_MIN_VERSION "5.240.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82")