diff options
author | Ingo Klöcker <[email protected]> | 2022-01-17 13:41:17 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2022-01-17 13:41:17 +0000 |
commit | 9c03bde06be97403a8c392a3befc6c203bcdce6d (patch) | |
tree | d87c353767af75df16053ff8ba4b30782bb3567c /lang/qt/tests | |
parent | tests: Fix generation of keys without expiration (diff) | |
download | gpgme-9c03bde06be97403a8c392a3befc6c203bcdce6d.tar.gz gpgme-9c03bde06be97403a8c392a3befc6c203bcdce6d.zip |
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.
--
Diffstat (limited to 'lang/qt/tests')
-rw-r--r-- | lang/qt/tests/t-import.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gpgme++/importresult.h> +#include <importresult.h> #include <QDebug> #include <QSignalSpy> |