On miércoles, 21 de junio de 2023 05:51:37 -03 Oswald Buddenhagen wrote:
> huh?
>
> if the declaration of the private dependency is just missing in that qtc
> plugin , then fair enough.
You need the QML private headers for that part since ages.
> but that doesn't explain the total garbage
> error message which suggests some kind of internal error (it sort of
> suggests that an incomplete package is installed like in the other bug i
> reported, except that it's just not there).
Exactly, it suggests you are missing the private headers. Whoever coded that
made them a dependency. The fact that we split them and do not install them by
default makes the code show that error message.
> please investigate whether this is a result of splitting, and forward
> the bug to upstream with your findings.
No need to, the answer will be "install the private headers".