Build all of Plasma before apps
In my kdesrc-buildrc
I have:
include /home/roman/dev/kde/src/extragear/utils/kdesrc-build/custom-qt5-libs-build-include
include /home/roman/dev/kde/src/extragear/utils/kdesrc-build/kf5-frameworks-build-include
include /home/roman/dev/kde/src/extragear/utils/kdesrc-build/kf5-workspace-build-include
include /home/roman/dev/kde/src/extragear/utils/kdesrc-build/kf5-applications-build-include
When building everything there are overall 309 projects to build. For example project plasma-desktop (131) is built after okteta (130) and KScreen (239) even after Krita (237).
What I would expect is that first all frameworks are built, then all of Plasma and only then all applications.