On Friday 11 September 2015 09:42:06 rpzrpz...@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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest