The following simple change fixes build for me (otherwise the compiler
complains about missing gpgme.h):

diff --git a/publisher/signingwidget.cpp b/publisher/signingwidget.cpp
index c5a8895..744cfc1 100644
--- a/publisher/signingwidget.cpp
+++ b/publisher/signingwidget.cpp
@@ -37,7 +37,7 @@

 #define _FILE_OFFSET_BITS 64

-#include <gpgme.h>
+#include <gpgme/gpgme.h>
 #include <qgpgme/dataprovider.h>
 #include <gpgme++/data.h>
 #include <gpgme++/engineinfo.h>



2011/3/17 Sebastian Kügler <se...@kde.org>:
> Hi,
>
> I've spent a few days working on various aspects of Plasmate, our little Add-
> On creator application. Newest screenshots:


-- 
Alexander Potashev
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to