[Qt-creator] Deploying to remote linux device
Lincoln Ramsay
lincoln.ramsay at nokia.com
Thu Mar 22 04:35:54 CET 2012
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
--
Lincoln Ramsay - Senior Software Engineer
Qt Development Frameworks, Nokia - http://qt.nokia.com/
More information about the Qt-creator
mailing list