> One possible approach:
>
> --- MyFiles.qbs ---
> Group {
> files: "f1.c"
> }
>
> --- MyProject.qbs ---
> import "MyFiles.qbs" as MyFiles
>
> Project {
> Product {
> name: "p1"
> MyFiles { }
> }
>
> Product {
> name: "p2"
> MyFiles { }
> }
> }Thanks, that helped. Regards, Stephan
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
