On Wednesday 24 November 2010 08:27:17 ext Erwin Brandenberger wrote: > Under my point of view as developper of software for different operating > systems, it would help a lot if sessions can be shared. > > Windows-32, Windows-64, Linux-32, Linux-64, ... for each i have to > recreate the same session. > > As you said, there are not that much information inside. It should be > possible to share, like the similiar of MS Visual Studio (sln).
A "Session" is a random collection of projects a given developer is currently working on, together with his personal bookmarks, breakpoints, etc. i.e. all data that does not belong to the project and that's not needed to actually build the project but that somehow needs to be stored for convenience between different startups of Qt Creator. A Qt Creator session is _not_ the equivalent of a Visual Studio "Solution", which defines a set of projects that have to be build together, in a specific order etc. The Qt Creator equivalent for a "solution" is a project of the "TEMPLATE = subdirs" kind (which, btw in contrast to "solutions" can be arbitrarily nested). Andre' _______________________________________________ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator