Hello,

I created dozens of projects on a server using Qt Creator on Linux, each project has many specific build/run settings.

Those settings are persisted by QtCreator in myproject.creator.user

When I try to open those projects with another qt creator instance, (from another machine and with another user), those settings are simply ignored.

Is there a way to export Qt creator user settings so that another user / another QtCreator instance can use them ?
Or do I really have to recreate everything from scratch ?