From a6ca3b82036bf3aaaaaf710ab2101fb71661685b Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 27 May 2024 21:28:44 +0200 Subject: [PATCH] Require libQuotient 0.8.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 746011b65..bb167d2b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,7 +102,7 @@ if (NOT ANDROID AND NOT WIN32 AND NOT APPLE) find_package(KF6DBusAddons ${KF_MIN_VERSION} REQUIRED) endif() -find_package(QuotientQt6 0.7) +find_package(QuotientQt6 0.8.2) set_package_properties(QuotientQt6 PROPERTIES TYPE REQUIRED DESCRIPTION "Qt wrapper around Matrix API"