summaryrefslogtreecommitdiffstats
path: root/synchronizer/CMakeLists.txt
Commit message (Collapse)AuthorAge
* 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
* Link to qt::core as wellChristian Mollekopf2017-06-06
|
* Adapt to KAsync changesChristian Mollekopf2017-03-01
|
* Directly linking against dl doesn't work on freebsd.Christian Mollekopf2017-01-23
| | | | Patch by Tobias Berner.
* We don't require qt widgets.Christian Mollekopf2016-12-13
|
* Print a demangled stacktraceChristian Mollekopf2016-06-03
|
* Use Sink instead of SinkCommonChristian Mollekopf2016-02-09
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Moved listener to commonChristian Mollekopf2015-07-28
| | | | So we can use it in tests as well.
* KAsync has moved to it's own kasync.git repositoryDan Vrátil2015-05-18
|
* Adapt to KAsync namespace changeDan Vrátil2015-05-15
|
* CMake: fix Qt5 lookup, use KDE_INSTALL_TARGETS_DEFAULT_ARGSDan Vrátil2015-02-21
|
* standardize on calling it Akonadi2Aaron Seigo2014-12-06
|
* resource -> synchronizerAaron Seigo2014-12-06
the resource will be the plugin that interacts with the source and store