[QBS] SubProjects

Oswald Buddenhagen oswald.buddenhagen at nokia.com
Mon Sep 17 16:17:50 CEST 2012


On Mon, Sep 17, 2012 at 05:34:53PM +0600, ext Ruslan Nigmatullin wrote:
> Currently we have to set list of all products in one property (references) in *.qbp file. But for real project it's too ugly, as we have to list there all binraies, plugins, libraries, dependions of libraries and so on. So I suggest that we may introduce SubProject object:
> 
> // myapp.qbp
> Project {
>
> // plugins/plugins.qbp
> SubProject {
> 
> Any ideas/comments?
> 
we don't really like the distinction between qbs and qbp to start with.
it should be possible to just aggregate "normal" projects arbitrarily.
we agreed on that, but apparently it wasn't implemented yet. patches
welcome.



More information about the Qbs mailing list