How to manage files with different folders for make
Hello Friends,
I am working in qt4.2 windows ,i am using mingw,
I have different folders for different modules in my application,
When i give make each time it takes all files to compile, but if i use same folder it only takes whatever files i changed,
How to avoid the recompilation of all files rather than changed files?
Thank you
Rajesh,S
Re: How to manage files with different folders for make
Quote:
Originally Posted by
rajeshs
When i give make each time it takes all files to compile, but if i use same folder it only takes whatever files i changed,
Just to assure, just "make" and nothing else?
Quote:
How to avoid the recompilation of all files rather than changed files?
The toolchain should take care of recompiling only necessary files. Something else must be wrong. Could we see the .pro file?