[Qt-creator] Deploying to remote linux device

Duane duane.hebert at group-upc.com
Thu Mar 22 18:56:42 CET 2012


On 03/21/2012 11:35 PM, Lincoln Ramsay wrote:
> On 03/22/2012 03:42 AM, ext Duane wrote:
>> I tried adding :
>>
>> target.files = myconfigfile.txt
>>
>> to the lines above.
>
> target is special. It's for the TARGET of a project only so target.files
> is ignored.
>
> You need to make another install rule.
>
> eg.
> conf.files=myconfigfile.txt
> conf.path=/over/there
> INSTALLS+=conf

Thanks.  That did the trick.






More information about the Qt-creator mailing list