[Development] [developpement] Qmake - add "simple makefile" option/template

Thiago Macieira thiago.macieira at intel.com
Tue Jul 8 02:01:35 CEST 2014


On Tuesday 08 July 2014 01:50:52 Samuel Deal wrote:
> By re-execute qmake?
> 
> Classical makefiles doesn't regenerate them-selfs

Classical makefiles are written by hand, which is why they don't regenerate.

Generated Makefiles should re-generate if the source of the Makefile changed. 
That's the only thing that output Makefile needs qmake for. Otherwise, you'll 
get confused when you update the .pro file and run make, but the new rules 
don't apply. (This happens a lot when using nmake.exe and jom.exe, to my 
enormous frustration, when developing on Windows)

Sounds like you're asking for a feature to omit the rules for regeneration.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list