qt5base-lts/qmake
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
..
generators Make CONFIG+=GNUmake respect shadow builds 2011-10-11 21:00:07 +02:00
cachekeys.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
CHANGES Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
Makefile.unix Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
Makefile.win32 qsystemlibrary needs no special treatment 2011-09-12 16:03:47 +02:00
Makefile.win32-g++ Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
Makefile.win32-g++-sh Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
meta.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
meta.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
option.cpp find qt.conf more reliably 2011-09-12 18:25:54 +02:00
option.h Remove references to QT_INSTALL_DEMOS & DemosPath. 2011-07-06 13:29:44 +02:00
project.cpp Make qmake load default_pre.prf for each project, like default_post.prf 2011-07-21 20:40:51 +02:00
project.h inline resoveDepends() 2011-07-11 18:58:41 +02:00
property.cpp Remove references to QT_INSTALL_DEMOS & DemosPath. 2011-07-06 13:29:44 +02:00
property.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qmake_pch.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qmake.pri Merge remote branch 'gerrit/master' into refactor 2011-07-12 12:52:22 +02:00
qmake.pro make the non-bootstrapped build work again 2011-07-11 15:50:59 +02:00