summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/settings
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. Kube 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: #kube, cmollekopf Reviewed By: #kube, cmollekopf Subscribers: #kube Differential Revision: https://phabricator.kde.org/D6362
* No more SINK_DEBUG_AREAChristian Mollekopf2017-05-13
|
* Don't load the imap resource as carddav resource.Christian Mollekopf2017-05-01
|
* Moved cpp code into src directoryChristian Mollekopf2017-04-05