diff options
author | dt <qtc-committer@nokia.com> | 2009-07-22 16:52:44 +0200 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2009-07-22 16:52:44 +0200 |
commit | cd27fdecd9854927573a4e03eae724f011420dc3 (patch) | |
tree | 9acc4b4104f855a636409a81fd7619ad5d493e7a /src/shared | |
parent | ecfb6eaf5a9751b6f56c531cea117493f61fac47 (diff) | |
download | qt-creator-cd27fdecd9854927573a4e03eae724f011420dc3.tar.gz |
Parse the Makefile in the importing case a lot better
We add each command line argument to the Additional Arguments
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/proparser/profileevaluator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/proparser/profileevaluator.h b/src/shared/proparser/profileevaluator.h index 106d3681d8..c38923d51f 100644 --- a/src/shared/proparser/profileevaluator.h +++ b/src/shared/proparser/profileevaluator.h @@ -59,6 +59,9 @@ public: void setVerbose(bool on); // Default is false void setCumulative(bool on); // Default is true! void setOutputDir(const QString &dir); // Default is empty + + // -nocache, -cache, -spec, QMAKESPEC + // -set persistent value void setUserConfigCmdArgs(const QStringList &addUserConfigCmdArgs, const QStringList &removeUserConfigCmdArgs); void setParsePreAndPostFiles(bool on); // Default is true |