Re: [Qbs] Use of qbs.architecture with qtc

2020-02-03 Thread Raphael Cotty
Hi, I was using it at the project level which was obviously wrong. I managed to change all the occurrences of the test by moving them in the condition of the different products. Except in this case: Depends { name: "Qt"; submodules: ["widgets"] condition:

Re: [Qbs] Use of qbs.architecture with qtc

2020-02-03 Thread Christian Kandeler
On Sun, 2 Feb 2020 11:57:20 +0100 Raphael Cotty wrote: > I see that the qbs.architecture property is set for the android platform by > the different qbs tools. > But it's not set by qbs-setup-qt or qbs-setup-toolchains for gcc. That's because the cpp module sets it automatically using

Re: [Qbs] Passing paths to properties

2020-02-03 Thread Christian Kandeler
On Sat, 1 Feb 2020 09:30:33 +0100 Richard Weickelt wrote: > > I believe that most other properies which accept a path (like installDir, > > and the prefix property within a Group) all happily accept a relative > > path, so can we consider this a bug in Android.sdk? > > You mean qbs.installDir?