On 05/11/2010 10:39 PM, Ed Sutton wrote:
> Obviously if I delete the ".pro.user" file I lose all Qt Project settings; 
> custom build steps, build environment,  run settings, and run environment 
> settings.  I had added an environment variable required by a 3rd-party 
> library to the run settings environment.  The "pro.user" persisted this and 
> without this file a user cannot simply extract, open a project in Qt Creator, 
> build, and run.  I will need to think about alternatives.

Users shouldn't even need to use Qt Creator.  All they need is:

   qmake myproject.pro
   make

Any tweaks you need should be coded inside the *.pro file.  The qmake 
reference docs contain everything you need.
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to