qt5base-lts/qmake/generators
Tor Arne Vestbø eba17baaed Make CONFIG+=GNUmake respect shadow builds
Previously we were generating include lines based on the relative path of
the source file, which resulted in the .d files being placed in the source
dir as well. We now expect the .d files to live in the output dir, but keep
the dependency from the .d file to the original source file.

Before:

   .deps/%.d: %.cpp
   -include .deps/../../src/foo.d

After:

   .deps/%.d: ../../src/%.cpp
   -include .deps/foo.d

Change-Id: I749adeb671cf8424f0849521c5bb1489eb3e76d5
Reviewed-on: http://codereview.qt-project.org/6455
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
2011-10-11 21:00:07 +02:00
..
integrity Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
mac Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
symbian Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
unix Make CONFIG+=GNUmake respect shadow builds 2011-10-11 21:00:07 +02:00
win32 qmake vcxproj generator: fix XML conversion for build events 2011-09-08 19:50:28 +02:00
makefile.cpp Added missing no_include_pwd check 2011-09-12 16:03:47 +02:00
makefile.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
makefiledeps.cpp Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)' 2011-09-12 16:03:47 +02:00
makefiledeps.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
metamakefile.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03: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