aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/proparser/qmakeglobals.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <[email protected]>2012-08-28 19:24:30 +0200
committerOswald Buddenhagen <[email protected]>2012-09-03 17:54:57 +0200
commit0ad234b691aafedd5b78669780220334b951b045 (patch)
tree3447bf485087828073154500440187a14d490c09 /src/shared/proparser/qmakeglobals.h
parentf4f1f968c5b38a8bbc315f8c1df48d85bb91b188 (diff)
add tracing facilities to evaluator
as other output code which is enabled only in full qmake mode, this prints directly to the console. Change-Id: I6a1578818512fa3b0773faf276a1d56881eb06d7 Reviewed-by: Daniel Teske <[email protected]> Reviewed-by: Oswald Buddenhagen <[email protected]>
Diffstat (limited to 'src/shared/proparser/qmakeglobals.h')
-rw-r--r--src/shared/proparser/qmakeglobals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/proparser/qmakeglobals.h b/src/shared/proparser/qmakeglobals.h
index 761fbede4e8..f4f5e55ac45 100644
--- a/src/shared/proparser/qmakeglobals.h
+++ b/src/shared/proparser/qmakeglobals.h
@@ -106,6 +106,10 @@ public:
QString user_template, user_template_prefix;
QString precmds, postcmds;
+#ifdef PROEVALUATOR_DEBUG
+ int debugLevel;
+#endif
+
enum ArgumentReturn { ArgumentUnknown, ArgumentMalformed, ArgumentsOk };
ArgumentReturn addCommandLineArguments(QMakeCmdLineParserState &state,
QStringList &args, int *pos);