[QBS] Wildcard in Groups

Ruslan Nigmatullin EuroElessar at yandex.ru
Tue Aug 28 16:48:57 CEST 2012


Hi all,

What is real reason for not to generate list of files in qbs files? Look at this:

Group {
    pattern: "src/*.cpp"
    overrideTags: false
}

This one can be parsed by IDE as easy as Group with files property, but saves a lot of lines of code and makes qbs files more clear and simple.
Also this one can simplify artwork installing, i.e. qbs uses the same pattern in qmake scripts for installing qbs modules/imports.
Any ideas? If nobody is against, I would implement it.

Ruslan



More information about the Qbs mailing list