Hi, On Jun 8, 2014 9:35 AM, "Orgad Shaneh" <[email protected]> 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 > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
