Re: [Development] New configuration system docs and FBX issues

2017-06-14 Thread Lisandro Damián Nicanor Pérez Meyer
On martes, 2 de mayo de 2017 08:47:34 -03 Sean Harmer wrote: > Hi, > > On 01/05/2017 14:16, Thiago Macieira wrote: > > On Monday, 1 May 2017 03:17:23 -03 Sean Harmer wrote: > >> Hi, > >> > >> is there any documentation for the new configuration system please? > >> > >> My specific issue is that

Re: [Development] New configuration system docs and FBX issues

2017-05-02 Thread Sean Harmer
Hi, On 01/05/2017 07:17, Sean Harmer wrote: Hi, is there any documentation for the new configuration system please? My specific issue is that I need a config test that uses different library names on each platform and I can't see how to achieve this. On windows I want the FBX config test in

Re: [Development] New configuration system docs and FBX issues

2017-05-02 Thread Sean Harmer
Hi, On 02/05/2017 09:25, Oswald Buddenhagen wrote: On Mon, May 01, 2017 at 07:17:23AM +0100, Sean Harmer wrote: is there any documentation for the new configuration system please? the "documentation" is the vast amount of configure.json files which actually use it. Thanks, but that doesn't

Re: [Development] New configuration system docs and FBX issues

2017-05-02 Thread Oswald Buddenhagen
On Mon, May 01, 2017 at 07:17:23AM +0100, Sean Harmer wrote: > is there any documentation for the new configuration system please? > the "documentation" is the vast amount of configure.json files which actually use it. > My specific issue is that I need a config test that uses different >

Re: [Development] New configuration system docs and FBX issues

2017-05-02 Thread Sean Harmer
Hi, On 01/05/2017 14:16, Thiago Macieira wrote: On Monday, 1 May 2017 03:17:23 -03 Sean Harmer wrote: Hi, is there any documentation for the new configuration system please? My specific issue is that I need a config test that uses different library names on each platform and I can't see how

Re: [Development] New configuration system docs and FBX issues

2017-05-01 Thread Thiago Macieira
On Monday, 1 May 2017 03:17:23 -03 Sean Harmer wrote: > Hi, > > is there any documentation for the new configuration system please? > > My specific issue is that I need a config test that uses different > library names on each platform and I can't see how to achieve this. On > windows I want the

[Development] New configuration system docs and FBX issues

2017-05-01 Thread Sean Harmer
Hi, is there any documentation for the new configuration system please? My specific issue is that I need a config test that uses different library names on each platform and I can't see how to achieve this. On windows I want the FBX config test in Qt 3D to link against the static FBX library

Re: [Development] New configuration system

2016-07-02 Thread Lars Knoll
Hi Samuel, On 02/07/16 01:11, "Samuel Gaist" wrote: > Pretty nice ! That will be very useful to simplify Qt customization for > constrained hardware. Yes, that’s one of the goals. > Will there also be a GUI available to help create custom configurations ? We’re

Re: [Development] New configuration system

2016-07-01 Thread Samuel Gaist
On 23 juin 2016, at 09:29, Lars Knoll wrote: > Hi, > > As some of you might know, I’ve been working for some time now on developing > a new configuration system for Qt. As the first large change went in > yesterday evening, I guess it’s time I describe it a little, and also

[Development] New configuration system (details)

2016-06-23 Thread Lars Knoll
Hi, here’s the promised look at the details of the new system, in case you need to implement your own configure tests or want to add configurability to Qt. We now have one global configuration file qtbase/configure.json, that contains the details about how Qt can be configured. Actually I’m

[Development] New configuration system

2016-06-23 Thread Lars Knoll
Hi, As some of you might know, I’ve been working for some time now on developing a new configuration system for Qt. As the first large change went in yesterday evening, I guess it’s time I describe it a little, and also tell you a bit about what’s still coming. The goal of the new system is