summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/libmaildir/maildir.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-08 22:39:48 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-08 22:39:48 +0100
commit9e95a2d876e131578abf834e170d1e887f29e232 (patch)
treeb6b1ae037e10fcd374e1035f42b38604f5230a62 /examples/maildirresource/libmaildir/maildir.cpp
parentb5a8065b071c5ecc631a60be0d8e3d8414ce274f (diff)
downloadsink-9e95a2d876e131578abf834e170d1e887f29e232.tar.gz
sink-9e95a2d876e131578abf834e170d1e887f29e232.zip
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.
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.cpp')
-rw-r--r--examples/maildirresource/libmaildir/maildir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maildirresource/libmaildir/maildir.cpp b/examples/maildirresource/libmaildir/maildir.cpp
index a889ea2..203f6a6 100644
--- a/examples/maildirresource/libmaildir/maildir.cpp
+++ b/examples/maildirresource/libmaildir/maildir.cpp
@@ -1,5 +1,6 @@
1/* 1/*
2 Copyright (c) 2007 Till Adam <adam@kde.org> 2 Copyright (c) 2007 Till Adam <adam@kde.org>
3 Copyright (c) 2017 Christian Mollekopf <mollekopf@kolabsys.com>
3 4
4 This library is free software; you can redistribute it and/or modify it 5 This library is free software; you can redistribute it and/or modify it
5 under the terms of the GNU Library General Public License as published by 6 under the terms of the GNU Library General Public License as published by
@@ -24,7 +25,6 @@
24#include <QDirIterator> 25#include <QDirIterator>
25#include <QFileInfo> 26#include <QFileInfo>
26#include <QHostInfo> 27#include <QHostInfo>
27#include <QUuid>
28#include <QLoggingCategory> 28#include <QLoggingCategory>
29 29
30Q_LOGGING_CATEGORY(log, "maildir"); 30Q_LOGGING_CATEGORY(log, "maildir");