summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@nokia.com>2011-12-05 15:50:43 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-07 12:55:28 +0100
commit47df12225918ba82abe35921af19e547717da58b (patch)
tree425bd53e9094f66aa2d31a1159c14e5dacf657fb /src/network
parent7e66f6c207dca9f7402c4bfd27f43711c8befaac (diff)
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>
Diffstat (limited to 'src/network')
0 files changed, 0 insertions, 0 deletions