I have a similar problem. I would like to keep two projects ( app and 
framework) together.
I already know about sessions, but how can I debug the application and 
be able to step into the framework?
I guess I should embed the framework in the application like in Xcode, 
but how should I do that in QtCreator? (By the way, I am using OSX)

Andre Poenitz wrote:
> 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'
> _______________________________________________
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>   


_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to