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/tests/t-import.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/qt/tests/t-import.cpp') diff --git a/lang/qt/tests/t-import.cpp b/lang/qt/tests/t-import.cpp index 456d7d64..33e242f0 100644 --- a/lang/qt/tests/t-import.cpp +++ b/lang/qt/tests/t-import.cpp @@ -41,7 +41,7 @@ #include "protocol.h" #include "importjob.h" -#include +#include #include #include -- cgit v1.2.3