mirror of https://github.com/qt/qtbase.git
do not add DEPENDPATH assignments to projects
qmake now add CONFIG+=depend_includepath by default, making manual DEPENDPATH setup unnecessary. Change-Id: I93988ec4fa08ed3c65dc217da1ba59850274e167 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
09331062bb
commit
9d3e87578c
|
@ -363,7 +363,6 @@ ProjectGenerator::writeMakefile(QTextStream &t)
|
|||
t << getWritableVar("TARGET_ASSIGN")
|
||||
<< getWritableVar("CONFIG", false)
|
||||
<< getWritableVar("CONFIG_REMOVE", false)
|
||||
<< getWritableVar("DEPENDPATH")
|
||||
<< getWritableVar("INCLUDEPATH") << endl;
|
||||
|
||||
t << "# Input" << "\n";
|
||||
|
|
Loading…
Reference in New Issue