[QBS] 'qbs run' working directory

Christian Kandeler christian.kandeler at digia.com
Thu Aug 28 11:30:01 CEST 2014


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.installDir: "bin"
> }

But how does this relate to the problem the user encounters? We seem to 
change the working directory to some random location when doing "qbs 
run". It doesn't matter whether you've installed the product or not.


Christian



More information about the Qbs mailing list