[Qt-creator] Linked projects/workspace/'solutions'

Andre Poenitz andre.poenitz at mathematik.tu-chemnitz.de
Wed Jul 8 23:16:07 CEST 2009


On Wed, Jul 08, 2009 at 08:47:43PM +0100, Robert Caldecott wrote:
> Nearly all the projects I create using Qt Creator have a separate unit
> test project - how can I link projects so that when I open the main
> project, the unit test one is also opened?  The same question would
> apply to projects that use library projects, etc.  I'm thinking of
> something similar to the Visual Studio 'solution' idea.  It wouldn't
> have to be anything too complicated.
> 
> Is this possible?  If not, it is planned?  Can I hack my .pro files by
> hand in the meantime?

You can (and should...) use 'Sessions' to handle projects (and some
other information) that logically belong together.

A 'TEMPLATE = subdirs' .pro might be an option, too.

Andre'



More information about the Qt-creator-old mailing list