Skip to content

Remove po files before doing KF host builds

This avoids the need of Qt Linguist tools on the host.

This is only a problem with Qt 5, where the "target" Qt Linguist actually contains host tools used for the cross-build, while in Qt 6 both are the same and this problem doesn't occur.

Merge request reports