[Qt-creator] [Qbs] How to specify remote directory in Qt Creator using qbs
Benjamin TERRIER
b.terrier at gmail.com
Thu Jan 19 09:35:09 CET 2017
It is already set.
I had already
Group {
fileTagsFilter: product.type
qbs.install: true
}
from Qt Creator project creation wizard.
Also I am using qbs 1.6.0 and Qt Creator 4.1.0
2017-01-19 9:21 GMT+01:00 Jake Petroules <Jake.Petroules at qt.io>:
> 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 Qt-creator
mailing list