Generate the rcc file every time, at install time
ClosedPublic

Authored by apol on Mar 22 2018, 3:28 PM.

Details

Summary

In the case of bundles, installing consists of putting all the files in the rcc
and put this file on the right place.
Instead of juggling cmake to remove the file and create it every time, do it
explicitly at installation time.

Test Plan

Now I can build plasma-desktop, instead of having it build the rcc file and
then remove it before installing

Diff Detail

Repository
R290 KPackage
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
apol created this revision.Mar 22 2018, 3:28 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptMar 22 2018, 3:28 PM
apol requested review of this revision.Mar 22 2018, 3:28 PM
mart accepted this revision.Mar 22 2018, 3:29 PM
This revision is now accepted and ready to land.Mar 22 2018, 3:29 PM
This revision was automatically updated to reflect the committed changes.