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. > Th

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, "debu

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 use

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

2017-01-11 Thread Epting, Thomas
Hi all, 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, "debug" and "release" are valid values but the user c