Require libQuotient 0.9

This commit is contained in:
Tobias Fella
2024-11-03 16:38:42 +01:00
parent a1aa2918be
commit be8cb12bba
3 changed files with 3 additions and 3 deletions

View File

@@ -110,7 +110,7 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/quotient-im/libQuotient.git", "url": "https://github.com/quotient-im/libQuotient.git",
"branch": "0.8.x", "branch": "dev",
"disable-submodules": true "disable-submodules": true
} }
], ],

View File

@@ -107,7 +107,7 @@ if (NOT ANDROID AND NOT WIN32 AND NOT APPLE AND NOT HAIKU)
find_package(KF6DBusAddons ${KF_MIN_VERSION} REQUIRED) find_package(KF6DBusAddons ${KF_MIN_VERSION} REQUIRED)
endif() endif()
find_package(QuotientQt6 0.8.2) find_package(QuotientQt6 0.9)
set_package_properties(QuotientQt6 PROPERTIES set_package_properties(QuotientQt6 PROPERTIES
TYPE REQUIRED TYPE REQUIRED
DESCRIPTION "Qt wrapper around Matrix API" DESCRIPTION "Qt wrapper around Matrix API"

View File

@@ -92,7 +92,7 @@ parts:
- olm - olm
- qtkeychain - qtkeychain
source: https://github.com/quotient-im/libQuotient.git source: https://github.com/quotient-im/libQuotient.git
source-tag: 0.8.2 source-tag: 0.9.0
source-depth: 1 source-depth: 1
plugin: cmake plugin: cmake
build-packages: build-packages: