Re: [QBS] 'qbs run' working directory

2014-08-28 Thread Christian Kandeler
On 08/28/14 11:26, Christian Kandeler wrote: > On 08/26/14 16:30, Millian Poquet wrote: >> I updated my qbs installation today from version 1.2.2 to version 1.3 (I >> am on Arch Linux). >> >> Previously, when calling 'qbs run release' in the root directory R of my >> project, the executable working

Re: [QBS] 'qbs run' working directory

2014-08-28 Thread Jake Petroules
On 2014-08-28, at 05:30 AM, Christian Kandeler wrote: > On 08/28/14 11:23, Jake Petroules wrote: >> This is what the installation functionality is for. In fact, `qbs run` >> automatically invokes `qbs install` beforehand. In your applications you >> should have: >> >> Group { >> fileTags

Re: [QBS] 'qbs run' working directory

2014-08-28 Thread Christian Kandeler
On 08/28/14 11:23, Jake Petroules wrote: > This is what the installation functionality is for. In fact, `qbs run` > automatically invokes `qbs install` beforehand. In your applications you > should have: > > Group { > fileTagsFilter: product.type > qbs.install: true > qbs.instal

Re: [QBS] 'qbs run' working directory

2014-08-28 Thread Christian Kandeler
On 08/26/14 16:30, Millian Poquet wrote: > I updated my qbs installation today from version 1.2.2 to version 1.3 (I > am on Arch Linux). > > Previously, when calling 'qbs run release' in the root directory R of my > project, the executable working directory was R in version 1.2.2. > However, it see

Re: [QBS] 'qbs run' working directory

2014-08-28 Thread Jake Petroules
This is what the installation functionality is for. In fact, `qbs run` automatically invokes `qbs install` beforehand. In your applications you should have: Group { fileTagsFilter: product.type qbs.install: true qbs.installDir: "bin" } and in libraries: Group {

[QBS] 'qbs run' working directory

2014-08-28 Thread Millian Poquet
Hi, I updated my qbs installation today from version 1.2.2 to version 1.3 (I am on Arch Linux). Previously, when calling 'qbs run release' in the root directory R of my project, the executable working directory was R in version 1.2.2. However, it seems that in version 1.3 the working directory is