Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid building tests that link to the resource on windows. | Christian Mollekopf | 2018-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 Mollekopf | 2018-05-28 |
| | | | | Or at least I don't know what it is supposed to do. | ||
* | Forgot the mailtransport resource. | Christian Mollekopf | 2018-04-19 |
| | |||
* | Use imported targets instead of qt5_use_modules | Heiko Becker | 2017-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 | ||
* | Get mailtransport to work with kolab container. | Christian Mollekopf | 2016-12-19 |
| | |||
* | Initial version of the mailtransport resource | Christian Mollekopf | 2016-06-17 |
| | |||
* | Added a mailtransport resource for smtp | Christian Mollekopf | 2016-04-10 |