PDA

View Full Version : Combining two projects Together ???



sai_3289
28th November 2012, 06:20
Hi all,
I have done 2 separate projects and able to run them successfully with separate exe individually.Here now my question is how can i combine both projects together and make one exe to run both projects,Means how to combine 2 separate project1.pro & project2.pro files......Dono whether is it possible or not plz give me some idea on this and i am sorry if it is totally invalid question........


Regards
Beginner

amleto
28th November 2012, 08:06
build one as a shared library, not a exe. then link the other with your new shared library

sai_3289
28th November 2012, 10:22
Shared Library?????
How to build as shared library...plz tel clearly ....:(

amleto
28th November 2012, 13:17
http://doc.qt.digia.com/qt/sharedlibrary.html