diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2011-05-03 07:52:30 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2011-05-05 08:05:47 (GMT) |
commit | 23e772584531278e3b2a6c735ff9db88f7ffd76e (patch) | |
tree | bdb40666839e0a02f22addea50afcc0f48090b16 /qmake/generators/makefile.h | |
parent | fa23cdf45a2416f0a4505f9f9bc63a83603dab74 (diff) | |
download | Qt-23e772584531278e3b2a6c735ff9db88f7ffd76e.zip Qt-23e772584531278e3b2a6c735ff9db88f7ffd76e.tar.gz Qt-23e772584531278e3b2a6c735ff9db88f7ffd76e.tar.bz2 |
qmake nmake generator: pass MAKEFLAGS to sub-make calls
Unlike other make tools nmake doesn't do this automatically.
Reviewed-by: ossi
Diffstat (limited to 'qmake/generators/makefile.h')
-rw-r--r-- | qmake/generators/makefile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qmake/generators/makefile.h b/qmake/generators/makefile.h index e0ef52d..417370a 100644 --- a/qmake/generators/makefile.h +++ b/qmake/generators/makefile.h @@ -127,6 +127,8 @@ protected: SubTargetsNoFlags=0x00 }; QList<MakefileGenerator::SubTarget*> findSubDirsSubTargets() const; + virtual void writeSubMakeCall(QTextStream &t, const QString &outDirectory_cdin, + const QString &makeFileIn, const QString &outDirectory_cdout); void writeSubTargets(QTextStream &t, QList<SubTarget*> subtargets, int flags); //extra compiler interface |