Quote Originally Posted by coralbird
sure , for I use qt to develop program,I use qmake to manager my project.can you give me a simple project sample?
thanks a lot!
In the QMake manager tab you can create a subproject for your project. It is equal to putting SUBDIRS template in your .pro file. You can read more about it in QMake docs.