Enable android qt6 ci

This commit is contained in:
Tobias Fella
2023-07-18 23:25:40 +02:00
parent 0029567c3a
commit 26fd26f9fd
2 changed files with 3 additions and 2 deletions

View File

@@ -101,7 +101,8 @@ set_package_properties(QuotientQt6 PROPERTIES
PURPOSE "Talk with matrix server"
)
if (NOT TARGET Olm::Olm)
# The android part is just for CI. We do NOT support any builds without E2EE
if (NOT TARGET Olm::Olm AND NOT ANDROID)
message(FATAL_ERROR "NeoChat requires Quotient with the E2EE feature enabled")
endif()