aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2022-05-29 12:13:38 +0200
committerTobias Fella <fella@posteo.de>2022-05-29 12:13:38 +0200
commitafcad0615b26421e60b234dc8488b6ea1150d416 (patch)
tree610e05c078bc1d3c3ffadee03ab0d838be25aee6
parentbbc203f267961469251a3e04045b455480f4daa4 (diff)
downloadlibquotient-afcad0615b26421e60b234dc8488b6ea1150d416.tar.gz
libquotient-afcad0615b26421e60b234dc8488b6ea1150d416.zip
Fix CI
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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