From 9c03bde06be97403a8c392a3befc6c203bcdce6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Mon, 17 Jan 2022 14:41:17 +0100 Subject: qt: Fix build without installed GpgME++ headers * lang/qt/src/importjob.h, lang/qt/src/wkdlookupresult.h: Include headers of GpgME++ without "gpgme++/" prefix when building QGpgme. * lang/qt/src/qgpgmeimportjob.cpp, lang/qt/src/qgpgmewkdlookupjob.cpp, lang/qt/src/wkdlookupresult.cpp, lang/qt/tests/t-import.cpp: Include headers of GpgME++ without "gpgme++/" prefix. -- --- lang/qt/src/wkdlookupresult.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/qt/src/wkdlookupresult.cpp') diff --git a/lang/qt/src/wkdlookupresult.cpp b/lang/qt/src/wkdlookupresult.cpp index ac1a89e9..c44b7370 100644 --- a/lang/qt/src/wkdlookupresult.cpp +++ b/lang/qt/src/wkdlookupresult.cpp @@ -37,7 +37,7 @@ #include "wkdlookupresult.h" -#include +#include using namespace QGpgME; using namespace GpgME; -- cgit v1.2.3