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.terr...@gmail.com> wrote:
> 
> 2017-01-18 19:03 GMT+01:00 Jake Petroules <jake.petrou...@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.petrou...@qt.io
The Qt Company - Silicon Valley
Qbs build tool evangelist - qbs.io

_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to