[Qt-creator] Qt Build Settings can use $BUILDIR. Why not Project Run Settings?

Nikos Chantziaras realnc at arcor.de
Tue May 11 21:45:37 CEST 2010


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.



More information about the Qt-creator-old mailing list