Include test dependencies in <build>/dependencies.cmake This allows you to declare gtest as a testtime dependency only. (No need for it to be a buildtime dependency)
Fix using qibuild make-host-tools --release and other similar build or configure options.
Add qibuild get-licenses to get the licenses used by the project. In order to work, there should be a <license> tag in the qiproject.xml or the qipackage.xml file, like this:
<!-- in package.xml -->
<package name="foo" version="0.1">
<license>BSD</license>
</package>
<!-- in qiproject.xml -->
<project version="3">
<license>proprietary</license>
<qibuild name="foo" />
</project>