Handle activities as Qt plugins instead of rcc
Open, LowPublic

Description

It should be probably better to compile the activities as plugins instead of bundling them as rcc.
It should improve the time when we'll be able to compile qml and much.

Related Objects

StatusAssignedTask
OpenNone
OpenNone
jjazeix created this task.Jan 17 2022, 4:58 PM
jjazeix triaged this task as Low priority.

Some basic code has been done in https://invent.kde.org/education/gcompris/-/commit/ea01b681e31212fcd24720d09134c1e31bb15e4d. This is not promising like that: compilation time goes from a few seconds to minutes, rcc/plugins are not compatible.
Need to dig more/differently to be able to switch between rcc/plugins IF plugins are faster/less consuming and there is a good reason to switch