Finalize the transition to the new plugin loading system.
AbandonedPublic

Authored by kmorwinski on Feb 24 2018, 7:11 PM.

Details

Reviewers
asturmlechner
Summary

Finally remove all backends desktopfiles

This is the last step for porting cirkuit's plaugins to the kf5
framework. The included json metadata files have been converted with the
tool desktop_to_json.

Improvements:

  1. desktopfiles are not converted to json format each time the project

is build.

  1. circuit_backend.desktop does not need to be installed anymore.
  2. kcoreaddons_desktop_to_json() does not complain about missing

circuit_backend.desktop, if you try to build cirkuit without an old
version being already installed in the system.

Diff Detail

Repository
R657 Cirkuit
Branch
frameworks
Lint
No Linters Available
Unit
No Unit Test Coverage
kmorwinski requested review of this revision.Feb 24 2018, 7:11 PM
kmorwinski created this revision.
kmorwinski abandoned this revision.Feb 24 2018, 7:20 PM

I accidentally included a commit which is not related to the frameworks porting work. I will close this review and open a new one.
I'm sorry! Still playing around with arc here...