From 9e95a2d876e131578abf834e170d1e887f29e232 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 8 Mar 2017 22:39:48 +0100 Subject: Don't install libmaildir as separate library It's not a generic maildir implementation and the library conflicts with what's installed from kdepim-runtime. --- examples/maildirresource/libmaildir/maildir.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'examples/maildirresource/libmaildir/maildir.h') diff --git a/examples/maildirresource/libmaildir/maildir.h b/examples/maildirresource/libmaildir/maildir.h index c10b046..a72f2bc 100644 --- a/examples/maildirresource/libmaildir/maildir.h +++ b/examples/maildirresource/libmaildir/maildir.h @@ -1,5 +1,6 @@ /* Copyright (c) 2007 Till Adam + Copyright (c) 2017 Christian Mollekopf This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -20,9 +21,6 @@ #ifndef MAILDIR_H #define MAILDIR_H - -#include "maildir_export.h" - #include #include @@ -30,7 +28,7 @@ class QDateTime; namespace KPIM { -class MAILDIR_EXPORT Maildir +class Maildir { public: /** -- cgit v1.2.3