Forum Topic - How to integrate my own program with Qt easily?: (4 Items)
   
How to integrate my own program with Qt easily?  
AS you know , IDE can't create Makefile automatically for Qt program . I have already write some program using IDE which
 has already create it's own Makefile . 

I want to know how to integrate my own program with Qt easily!
Re: How to integrate my own program with Qt easily?  
Re: How to integrate my own program with Qt easily?  
I have been using Qt in this way already .Now I wonder how I can use add my own source files in this project properly . 
And my own source files is relate to some third party libs.
Re: How to integrate my own program with Qt easily?  
Have you tried integrating them using QtCreator?