For local, per-machine settings that you would otherwise provide on
the qmake command line (i.e. it would store "macx-g++42" where you
might type "qmake -spec macx-g++42" -- you wouldn't WANT to store this
in the project though since it would be WRONG for anyone not running
Mac), and to store things like editor layouts and other IDE settings
that aren't actually part of the project but rather part of your
personal environment.

/s/ Adam

On Fri, Sep 17, 2010 at 2:13 PM, Danny Price <deepblue...@googlemail.com> wrote:
> If that is the case, what is the purpose of the pro.user files?
>
> On Fri, Sep 17, 2010 at 7:28 AM, Coda Highland <c...@bobandgeorge.com>
> wrote:
>>
>> A properly configured .pro file should be able to satisfy your needs;
>> Qt is designed to be able to handle building apps at the command line
>> without needing to use Creator at all, and that doesn't use the
>> .pro.user file, so you should be able to put all of the necessary
>> configuration in the .pro file.
>>
>> /s/ Adam
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to