[Qbs] How to specify remote directory in Qt Creator using qbs

Jake Petroules Jake.Petroules at qt.io
Thu Jan 19 09:21:18 CET 2017


Sorry, I forgot to say you also need qbs.install: true in the Group. So:

Group {
    fileTagsFilter: product.type // equivalent to fileTagsFilter: ["application"]
    qbs.install: true
    qbs.installDir: "/foo/bar"
}

> On Jan 19, 2017, at 12:13 AM, Benjamin TERRIER <b.terrier at gmail.com> wrote:
> 
> 2017-01-18 19:03 GMT+01:00 Jake Petroules <Jake.Petroules at qt.io>:
>> Group {
>>        fileTagsFilter: product.type // equivalent to fileTagsFilter: ["application"]
>>        qbs.installDir: "/foo/bar"
>> }
>> 
> 
> This does not seems to work. Qt Creator still copies the binary to "/"
> on the remote device.

-- 
Jake Petroules - jake.petroules at qt.io
The Qt Company - Silicon Valley
Qbs build tool evangelist - qbs.io




More information about the Qbs mailing list