enable depend_includepath by default
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 3 Sep 2012 09:31:55 +0000 (11:31 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 8 Sep 2012 11:36:05 +0000 (13:36 +0200)
commit1503d99a5e76856213e9125d63278339ab0c9327
tree40aa690cc69027576c6e142fe256a45ac196c8e9
parentce8e6abe7fff563b11ab1e83e2bd83cbac5745f9
enable depend_includepath by default

DEPENDPATH is hard to get right, and consequently most projects have
broken dependencies.
the easy way out is just adding everying in INCLUDEPATH to DEPENDPATH,
like we do ourselves in qt. if somebody wants to optimize, he can
opt-out.

Change-Id: I7fb56010728fd2b0d2b7d4d26386f366d414ba04
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
configure
mkspecs/features/default_pre.prf
tools/configure/configureapp.cpp