From 1176ec1eedb749e81e3d446733c267a971feefa4 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 24 Dec 2021 00:03:32 +0100 Subject: Find sql when using libquotient --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 43fed3e9..1ff65282 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -328,7 +328,8 @@ if (${PROJECT_NAME}_ENABLE_E2EE) ${Qt}::Sql ${QTKEYCHAIN_LIBRARIES}) set(FIND_DEPS "find_dependency(Olm) - find_dependency(OpenSSL)") # For QuotientConfig.cmake.in + find_dependency(OpenSSL) + find_dependency(${Qt}Sql)") # For QuotientConfig.cmake.in endif() target_link_libraries(${PROJECT_NAME} ${Qt}::Core ${Qt}::Network ${Qt}::Gui) -- cgit v1.2.3