diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-08 22:39:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-08 22:39:48 +0100 |
commit | 9e95a2d876e131578abf834e170d1e887f29e232 (patch) | |
tree | b6b1ae037e10fcd374e1035f42b38604f5230a62 /examples/maildirresource/maildirresource.cpp | |
parent | b5a8065b071c5ecc631a60be0d8e3d8414ce274f (diff) | |
download | sink-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/maildirresource.cpp')
-rw-r--r-- | examples/maildirresource/maildirresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maildirresource/maildirresource.cpp b/examples/maildirresource/maildirresource.cpp index 813d84f..f80b799 100644 --- a/examples/maildirresource/maildirresource.cpp +++ b/examples/maildirresource/maildirresource.cpp | |||
@@ -37,7 +37,7 @@ | |||
37 | 37 | ||
38 | #include <QDir> | 38 | #include <QDir> |
39 | #include <QDirIterator> | 39 | #include <QDirIterator> |
40 | #include <KMime/KMime/KMimeMessage> | 40 | #include <KMime/KMimeMessage> |
41 | 41 | ||
42 | //This is the resources entity type, and not the domain type | 42 | //This is the resources entity type, and not the domain type |
43 | #define ENTITY_TYPE_MAIL "mail" | 43 | #define ENTITY_TYPE_MAIL "mail" |