Plasmate status
Alexander Potashev
aspotashev at gmail.com
Thu Mar 17 17:46:19 CET 2011
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 <sebas at 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
More information about the Plasma-devel
mailing list