Re: [Qbs] Suggested way to add non-default build variants

2017-01-13 Thread Epting, Thomas
> What is the suggested way to add non-default build variants in Qbs? > > Example: In addition to debug and release, we want to support a > build variant releaseWithDebugInfo. > > The documentation (language-introduction.html) states "By default, > "debug" and "release" are valid values but the

Re: [Qbs] Suggested way to add non-default build variants

2017-01-13 Thread Christian Kandeler
On 01/11/2017 09:18 AM, Epting, Thomas wrote: > What is the suggest way to add non-default build variants in Qbs? > > Example: In addition to debug and release, we want to support a build variant > releaseWithDebugInfo. > > The documentation (language-introduction.html) states "By default,

Re: [Qbs] Suggested way to add non-default build variants

2017-01-13 Thread Epting, Thomas
> > What is the suggest way to add non-default build variants in Qbs? > > Example: In addition to debug and release, we want to support a build > > variant releaseWithDebugInfo. > > I don't think this is actually true. In particular, if have no idea what "add > more in a project file" means. >