[Qbs] How build 32 bit application on 64 host OS

2017-10-17 Thread Карелин Павел
Hi, I'm working in Ubuntu 14.04, 64 bit. I use QtCreatir 4.4.1 Now I needed to build a small qbs project for two architectures: intel 64 and 32 bits. I have installed qt4 system libraries, 64 and 32 bits respectively. qmake - only 64 bits. Simultaneously install the qmake to 64 and 32 bits - I

Re: [Qbs] How build 32 bit application on 64 host OS

2017-10-17 Thread Christian Kandeler
On Tue, 17 Oct 2017 12:20:12 +0300 Карелин Павел wrote: > I'm working in Ubuntu 14.04, 64 bit. I use QtCreatir 4.4.1 > Now I needed to build a small qbs project for two architectures: intel > 64 and 32 bits. > I have installed qt4 system libraries, 64 and 32 bits respectively.

Re: [Qbs] Why is there Rule:alwaysRun but not Probe:alwaysRun?

2017-10-17 Thread Joerg Bornemann
On 10/17/2017 02:55 PM, NIkolai Marchenko wrote: Both run arbitary scripts to do their work. QBS cannot assume that one script is better or more expensive than the other since both are arbitary and external to build system. So why defend the policy of not allowing alwaysSrun for Probes ? This

Re: [Qbs] Why is there Rule:alwaysRun but not Probe:alwaysRun?

2017-10-17 Thread NIkolai Marchenko
I could just as well ask you to provide a use case for why is it necessary to update the Rule artifacts that don't need updating (according to QBS). Yet alwaysRun still exists. As for Probes: getting the git tag and commit is certainly possible by attaching to a HEAD file in the repo, but this is

[Qbs] Why is there Rule:alwaysRun but not Probe:alwaysRun?

2017-10-17 Thread NIkolai Marchenko
Both run arbitary scripts to do their work. QBS cannot assume that one script is better or more expensive than the other since both are arbitary and external to build system. So why defend the policy of not allowing alwaysSrun for Probes ? This makes no sense to me

[Qbs] How to create and launch an iOS app on QtCreator with qbs?

2017-10-17 Thread Nuno Santos
Hi, I have created a iOS quick app template using qbs as build tool, however when I try to launch it on a device, it asks me for the executable. This was not the behaviour I was expecting. What am I missing? Thanks! Regards, Nuno ___ Qbs mailing

Re: [Qbs] How build 32 bit application on 64 host OS

2017-10-17 Thread Christian Gagneraud
On 18/10/2017 12:09 AM, Christian Kandeler wrote: On Tue, 17 Oct 2017 12:20:12 +0300 Карелин Павел wrote: I'm working in Ubuntu 14.04, 64 bit. I use QtCreatir 4.4.1 Now I needed to build a small qbs project for two architectures: intel 64 and 32 bits. I have installed qt4