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. _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
