Skip to content
  • Luca Beltrame's avatar
    Fix another race condition · 60798106
    Luca Beltrame authored
    Same as before: the KCM requires a moc which is not generated by itself,
    and during parallel builds, it may not yet be done. Adding an explicit
    dependency on the library (which is the one which generates the moc)
    fixes the issue.
    60798106