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