Re: [Qbs] Accessing overloaded properties

2024-01-09 Thread Jochen Becher via Qbs
Thank you, I tried using parent.installDir and it works. Maybe you want to document this property in the qbs manual under "Special Property Values"? Regards, Jochen Am Montag, dem 08.01.2024 um 12:52 +0100 schrieb Christian Kandeler via Qbs: > On 1/8/24 12:37, Jochen Becher via Qbs wrote: > > I

Re: [Qbs] Building a universal binary with multiplexing

2024-01-09 Thread Christian Kandeler via Qbs
On 1/9/24 09:05, Leon Buckel wrote: The issue I’m having now is that for the aggregate step I don’t want to run the build command again. So I would have to somehow check if the current run is the aggregate and just return an empty command array. The question now is: How do I check that? You

[Qbs] Building a universal binary with multiplexing

2024-01-09 Thread Leon Buckel
Hi, I’m trying to build a universal binary on macOS using multiplexing. This works mostly fine but I’m running into an issue when it comes to building a third-party library that uses another build system. I have a rule which calls this build system and specifies the output artifacts that are pr