<qibuild name="foo">
<depends buildtime="true" runtime="true" names="bar" />
<depends testtime="true" buildtime="true" names="bar" />
</qibuild>
# Old:
install(FILES README DESTINATION . COMPONENT doc)
# New:
install(FILES README DESTINATION . COMPONENT runtime)