Skip to content

Split KCMs into separate plugins

Nicolas Fella requested to merge work/splitkcms into master

Currently the KCMs share a single plugin, which is discouraged: https://phabricator.kde.org/T14744

Instead split them into individual plugins and subfolders.

It gets a bit messy since multiple KCMs use ksaveioconfig, but I'm not sure it's worth investing in a "better" solution like creating a library just for one file

Merge request reports