aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2022-01-17 13:41:17 +0000
committerIngo Klöcker <[email protected]>2022-01-17 13:41:17 +0000
commit9c03bde06be97403a8c392a3befc6c203bcdce6d (patch)
treed87c353767af75df16053ff8ba4b30782bb3567c /lang/qt/tests
parenttests: Fix generation of keys without expiration (diff)
downloadgpgme-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.cpp2
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>