Re: [Qbs] Improving qbs resolve performance

2019-07-11 Thread Vincent Hui
Perhaps QThreadPooler can help accelerating building products with inter-product dependencies. On Thu, 11 Jul 2019 at 20:46, Christian Kandeler wrote: > On Thu, 11 Jul 2019 12:18:30 + > Maximilian Hrabowski wrote: > > >

Re: [Qbs] Improving qbs resolve performance

2019-07-11 Thread Christian Kandeler
On Thu, 11 Jul 2019 12:18:30 + Maximilian Hrabowski wrote: > I have a fairly large project with a root projects that pulls in several > SubProjects, altogether with unit tests its about 313 qbs files that are > pulled in. The number of project files is not all that important by itself. Qt

[Qbs] Improving qbs resolve performance

2019-07-11 Thread Maximilian Hrabowski
Hi all, I have a fairly large project with a root projects that pulls in several SubProjects, altogether with unit tests its about 313 qbs files that are pulled in. Let root.qbs be the root qbs file of my project and depend.qbs a subproject that many other subprojects depend on. With a single