$OpenBSD: patch-kaddressbook_editorpages_CMakeLists_txt,v 1.3 2021/09/10 08:43:52 rsadowski Exp $

Index: kaddressbook/editorpages/CMakeLists.txt
--- kaddressbook/editorpages/CMakeLists.txt.orig
+++ kaddressbook/editorpages/CMakeLists.txt
@@ -5,6 +5,11 @@ add_definitions(-DTRANSLATION_DOMAIN=\"cryptopageplugi
 add_library(cryptopageplugin MODULE)
 target_sources(cryptopageplugin PRIVATE cryptopageplugin.cpp )
 
+target_include_directories(cryptopageplugin PUBLIC "${CMAKE_INSTALL_PREFIX}/include"
+    "${CMAKE_INSTALL_PREFIX}/include/inotify"
+    "${CMAKE_INSTALL_PREFIX}/include/gpgme++"
+    "${CMAKE_INSTALL_PREFIX}/include/qgpgme")
+
 target_link_libraries(cryptopageplugin KF5::Contacts KF5::ContactEditor KF5::Libkleo KF5::IconThemes KF5::I18n KF5::Completion Gpgmepp)
 
 install(TARGETS cryptopageplugin DESTINATION ${KDE_INSTALL_LIBDIR}/contacteditor/editorpageplugins/)
