Re: [Qt-creator] Building Qt Creator and QBS separately

2016-04-25 Thread Coda Highland
On Mon, Apr 25, 2016 at 10:54 AM, Andrzej Telszewski wrote: > On 25/04/16 09:27, Christian Kandeler wrote: >> On 04/23/2016 04:40 PM, Andrzej Telszewski wrote: >>> Any further pointers? >> >> >> void *p, *q. >> > > I'd rather prefer storage of known size. > And I'm not

Re: [Qt-creator] Gdb on bare metal

2016-04-25 Thread André Pönitz
On Mon, Apr 25, 2016 at 03:23:59PM +, Jacques Charreyron wrote: > > Hello everyboby, > > Sorry for this long mute, I am retrying on windows after one year of Linux > dev. (No I don't hate myself that much to come back to Windows without good > reasons ...) > > > So I tried with QtCreator

Re: [Qt-creator] Building Qt Creator and QBS separately

2016-04-25 Thread Andrzej Telszewski
On 25/04/16 09:27, Christian Kandeler wrote: On 04/23/2016 04:40 PM, Andrzej Telszewski wrote: I tried building QBS with: qmake-qt5 qbs.pro \ QBS_INSTALL_PREFIX=/usr \ QBS_LIBRARY_DIRNAME=lib$LIBDIRSUFFIX You also need "CONFIG+=qbs_enable_project_file_updates" here if you want Qt

Re: [Qt-creator] Gdb on bare metal

2016-04-25 Thread Jacques Charreyron
Denis Shienkov gmail.com> writes: > > > > > > > I can not create a qbs project because > qbas complains about qbs.toolchain which is undefined (it is using windows-mingw.qbs > configuration file ???) > You can look on this issue: https://bugreports.qt.io/browse/QBS-709 > and you should

Re: [Qt-creator] Building Qt Creator and QBS separately

2016-04-25 Thread Christian Kandeler
On 04/23/2016 04:40 PM, Andrzej Telszewski wrote: I tried building QBS with: qmake-qt5 qbs.pro \ QBS_INSTALL_PREFIX=/usr \ QBS_LIBRARY_DIRNAME=lib$LIBDIRSUFFIX You also need "CONFIG+=qbs_enable_project_file_updates" here if you want Qt Creator to build against this qbs later. and