qt5base-lts/qmake/generators
Tor Arne Vestbø 47df122259 qmake: Add object_parallel_to_source config option
This solves the problem of two source files in the same project
having the same name, which ends up with colliding object files.
It also solves issues with moving files around in the source tree
when the GNUmake option is used together with gcc_MD_depends,
where the dependency file would end up with a dependency to the
old source location.

We already have object_with_source option, but that does not play
nicely with shadow-builds. The new option tries to keep the same
hirarcy in the output dir (while still respecting OBJECTS_DIR),
as the sources. Any source with a path outside of the root project
directory (absolute or relative, ../../foo.cpp), will be put inside
the objects directory with the full path appended.

Change-Id: I0c96291974f4801f4c55a26485d512b15c144c00
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
2011-12-07 12:55:28 +01:00
..
integrity Add -nn for .cpp MOC preprocessing for INTEGRITY 2011-11-18 20:25:53 +01:00
mac Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
unix qmake: Don't assume that GNUmake is able to resolve arbitrary dependencies 2011-11-28 15:08:01 +01:00
win32 Silence warnings from clang 2011-11-09 09:42:20 +01:00
makefile.cpp qmake: Add object_parallel_to_source config option 2011-12-07 12:55:28 +01:00
makefile.h qmake: Allow extra compilers to have the makefile depend on its inputs 2011-11-28 13:35:42 +01:00
makefiledeps.cpp support the obj-c #import statement in the dependency generator 2011-11-09 20:35:13 +01:00
makefiledeps.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
metamakefile.cpp qmake: remove symbian support 2011-11-07 13:26:41 +01:00
metamakefile.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
projectgenerator.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
projectgenerator.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
xmloutput.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
xmloutput.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00