Re: [Qbs] Settings module properties globally in root qbs project?!

2021-06-07 Thread Иван Комиссаров
Hello! The module approach you’ve suggested is probably the best way of doing this. Requires some additional work, unfortunately. I’d also suggest adding helper items that inherit base items provided by Qbs, such as CppApplication, DynamicLibrary, etc - in that case, you can use these items as

[Qbs] Settings module properties globally in root qbs project?!

2021-06-07 Thread qbs
Hello, I’m currently migrating our project to qbs 1.19 and make use of the new codesign module. When doing so especially on iOS I need to switch between different mobile provisions and thus code signing identities depending on the type of build and my project contains of many sub-projects. Whe