[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. > qmake - only 64

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 system libraries, 64

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

2017-10-18 Thread Карелин Павел
Good afternoon, guys Thank you for your responses. They gave me some food for thought. Yesterday I spent half a day trying to substitute package qmake (from 64 bit to 32 bit). But I did not achieve much success. In addition to the problems with creating Qt-profile in QtCreator for qmake-32, we