Hi all!I need to build form a single code basis both a static and a dynamic library.
Because both are distinct products, I'm wondering howto write a qbs file without repeating the files section in both products:
Project {
Product {
name: "p1"
files: "f1.c"
}
Product {
name: "p2"
files: "f1.c"
}
}
Any thoughts?
Regards,
Stephan
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
