From afcad0615b26421e60b234dc8488b6ea1150d416 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 29 May 2022 12:13:38 +0200 Subject: Fix CI --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7900235c..e507ae60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -316,6 +316,7 @@ if (${PROJECT_NAME}_ENABLE_E2EE) find_dependency(${Qt}Sql)") # For QuotientConfig.cmake.in endif() +target_include_directories(${PROJECT_NAME} PRIVATE ${QTKEYCHAIN_INCLUDE_DIRS}) target_link_libraries(${PROJECT_NAME} ${Qt}::Core ${Qt}::Network ${Qt}::Gui ${QTKEYCHAIN_LIBRARIES}) if (Qt STREQUAL Qt5) # See #483 -- cgit v1.2.3