[Qt-creator] Best practices in managing kits (build&run settings) department wide

Tobias Hunger tobias.hunger at gmail.com
Sun Jun 8 12:20:56 CEST 2014


Hi,

On Jun 8, 2014 9:35 AM, "Orgad Shaneh" <orgads at gmail.com> wrote:
> You need to have the same kits (including their IDs) in all workstations.

That is correct. If you want to share project settings, then you need to
make sure of this.

> This includes the following files from %APPDATA%/QtProject/qtcreator (or
~/.config/QtProject/qtcreator):
> debuggers.xml
> devices.xml
> profiles.xml
> qtversion.xml
> toolchains.xml

These are user settings and I feel uncomfortable to recommend copying them
around. Different install locations, etc. Can break then.

I would instead suggest to set up configurations using the sdktool. That
tool is e.g. used by our installer to register Qt versions, debuggers and
kits. It stores the settings it creates in a system wide place, so that all
users on the machine get these settings.

So you could e.g. have a script that figures out install locations of Qt,
debuggers, etc. and then configured creator correctly.

> Rename pro.user to pro.shared, remove EnvironmentId and add it to the
repository.

Yeao, that should work I've everybody had the same configuration.

Best Regards,
Tobias _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20140608/b0971792/attachment.html>


More information about the Qt-creator mailing list