summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Avoid building tests that link to the resource on windows.Christian Mollekopf2018-05-28
| | | | | Because we'd have to properly export the symbols for the linking on windows to work.
* -DQT_PLUGIN seems to be a remnant of the past.Christian Mollekopf2018-05-28
| | | | Or at least I don't know what it is supposed to do.
* On windows we need to set the RUNTIME destinationChristian Mollekopf2018-04-19
|
* Use imported targets instead of qt5_use_modulesHeiko Becker2017-07-29
| | | | | | | | | | | | | | | | | | | From Qt's documentation: "This macro is obsolete. Use target_link_libraries with IMPORTED targets instead." It's only recommended with cmake >=2.8.9 & < 2.8.12. Sink already requires cmake 3.0. One advantage of using the imported targets is, that cmake complains if a target isn't found before it's used, like Qt5Concurrent missing from the find_package_call here. Reviewers: #sink, cmollekopf Reviewed By: #sink, cmollekopf Subscribers: #sink Tags: #sink Differential Revision: https://phabricator.kde.org/D6361
* Default domain adaptorChristian Mollekopf2017-03-21
|
* Don't install libmaildir as separate libraryChristian Mollekopf2017-03-08
| | | | | It's not a generic maildir implementation and the library conflicts with what's installed from kdepim-runtime.
* The maildir resource passes the maildirmailsync testChristian Mollekopf2016-05-31
|
* The maildirresource is back in actionChristian Mollekopf2016-05-29
|
* Adapt mailtest for the maildirresourceChristian Mollekopf2016-05-24
|
* Use Sink instead of SinkCommonChristian Mollekopf2016-02-09
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* A read-only maildir resource.Christian Mollekopf2015-12-15
Respectively a first prototype thereof.