Re: [Qbs] qbs command line help vs. documentation on qbs.io needs clarification

2019-01-18 Thread Maximilian Hrabowski
On 18. Jan 2019, at 17:01, Christian Kandeler mailto:christian.kande...@qt.io>> wrote: On Fri, 18 Jan 2019 15:40:04 + Maximilian Hrabowski mailto:hrabow...@clausmark.com>> wrote: It seems qbs config:release profile:xxx just works. but when i try to build both configurations qbs

Re: [Qbs] qbs command line help vs. documentation on qbs.io needs clarification

2019-01-18 Thread Christian Kandeler
On Fri, 18 Jan 2019 15:40:04 + Maximilian Hrabowski wrote: > It seems > > > qbs config:release profile:xxx > > just works. but when i try to build both configurations > > > qbs config:debug config:release profile:xxx > > it fails with errors for configuration "release" (can’t resolve

Re: [Qbs] qbs command line help vs. documentation on qbs.io needs clarification

2019-01-18 Thread Christian Kandeler
On Fri, 18 Jan 2019 13:35:24 + Maximilian Hrabowski wrote: > Hi all, > > when looking at the command line help of the build command i get: > > qbs build [options] [[config:] [:] ...] … > Builds a project in one or more configuration(s). > … > So for me this means i can build my project

[Qbs] qbs command line help vs. documentation on qbs.io needs clarification

2019-01-18 Thread Maximilian Hrabowski
Hi all, when looking at the command line help of the build command i get: qbs build [options] [[config:] [:] ...] … Builds a project in one or more configuration(s). … So for me this means i can build my project with: > qbs config:debug profile:myQtProfile —build-directory ../build However,