[Interest] Qt 5.5.x

Thiago Macieira thiago.macieira at intel.com
Fri Sep 11 17:46:25 CEST 2015


On Friday 11 September 2015 09:42:06 rpzrpzrpz at gmail.com wrote:
> Does anybody know a way to suppress re-compiling ALL the cpp files
> during each

Yes. You do nothing. That's the default. There's even a tool that compares 
timestamps of the build products and sources to decide what needs to be 
recompiled: that tool is called "make".

In other words, if you're seeing this, it's because *something* changed. Find 
out what it was and stop making that change.

> But that is not the case, they both perform a complete recompile on code
> that was not touched.

My guess is that you're wrong. Code was touched.

> Any ideas?

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list