[QBS] What is the suggested way to do deeply nested projects?

Erik Schilling ablu.erikschilling at gmail.com
Sat Aug 9 23:12:40 CEST 2014


Hello,

Currently qbs does not allow DynamicLibraries with more than one ".".

Now what is the suggested way to build a structure like:

        +"Toplevel"
        +-+"SecondLevel"
        | +--"ThirdLevel"
        ...

Toplevel.SecondLevel.ThirdLevel does not work since that has two "." and
hence triggers the said error when mentioning it in a Depends {} tag.

So what would be the suggested way to do a structure like the one I
pointed out?

Thanks a lot for your input!
Erik



More information about the Qbs mailing list