From 806e24c370d344abb47c74bc8d0def6bb9e56a9b Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 9 Feb 2026 21:08:01 -0500 Subject: [PATCH] Bump libQuotient requirement to 0.10.0 Needed for the new QML module. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eca26f473..b42722ff1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,7 +106,7 @@ if (NOT ANDROID AND NOT WIN32 AND NOT APPLE AND NOT HAIKU) find_package(KF6DBusAddons ${KF_MIN_VERSION} REQUIRED) endif() -find_package(QuotientQt6 0.9.3) +find_package(QuotientQt6 0.10.0) set_package_properties(QuotientQt6 PROPERTIES TYPE REQUIRED DESCRIPTION "Qt wrapper around Matrix API"