[Qbs] Build static and dynamic libraries

Stephan Gatzka stephan.gatzka at gmail.com
Mon Oct 30 18:35:49 CET 2017


 > 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5595 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20171030/3421e6de/attachment.bin>


More information about the Qbs mailing list