PDA

View Full Version : How to integrate more than one library in a single workspace?



sudhansu
28th January 2010, 09:47
Hi ALl,
I've 4 modules, each having different .pro file. i need to bind all these in a single workspace, so that every time i open that work space all 4 module need to load in work space.. how to do it?
Thank u all.

faldzip
28th January 2010, 10:18
are you asking how to do it in Qt Creator?

sudhansu
28th January 2010, 10:52
are you asking how to do it in Qt Creator?

Yes. Can you plz tell me how to do it.?

JohannesMunk
28th January 2010, 11:08
Just open the projects one after the other with "File->Open".

Then go to "File -> Session -> Session Manager". Click on "clone session". Give a meaningfull name. When you start Creator next time, you can chose that session from the welcome screen.

Johannes