I am new to Qbs and trying to configure a BareMetal Project using Qbs build system. Well, Currently it looks like one has to add manually all the Subfolders using Group Property.
This is a lot of work for huge projects and one has to update Qbs file when new files or subfolders are added.
I just wanted to know if it is possible to first get all the subfolders from a rootfolder, then iterate over each of the subfolders and apply Group Property on each of them, at the same time applying exceptions such as excludefile etc
any help on this will be much appreciated.