aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/wkdlookupresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/wkdlookupresult.h')
-rw-r--r--lang/qt/src/wkdlookupresult.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/qt/src/wkdlookupresult.h b/lang/qt/src/wkdlookupresult.h
index 5696fb6d..1e91d055 100644
--- a/lang/qt/src/wkdlookupresult.h
+++ b/lang/qt/src/wkdlookupresult.h
@@ -36,7 +36,11 @@
#include "qgpgme_export.h"
-#include <gpgme++/result.h>
+#ifdef BUILDING_QGPGME
+# include <result.h>
+#else
+# include <gpgme++/result.h>
+#endif
#include <memory>