summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-28 19:24:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-28 12:50:39 +0200
commitead793c527e22d181b92bbbec8332d3090a51870 (patch)
tree142cad7def63d6b1eda315cd8db79f87cb9989f9
parent651e8b805d7517c5f3e6ccee966a56cca624517f (diff)
downloadqttools-ead793c527e22d181b92bbbec8332d3090a51870.tar.gz
add missing ifdefery
sync up implementation with qtcreator. Change-Id: I6a1578818512fa3b0773faf276a1d56881eb06d7 (cherry picked from qtcreator/0ad234b691aafedd5b78669780220334b951b045) Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--src/linguist/shared/qmake_global.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/linguist/shared/qmake_global.h b/src/linguist/shared/qmake_global.h
index e9b518624..5a712dda9 100644
--- a/src/linguist/shared/qmake_global.h
+++ b/src/linguist/shared/qmake_global.h
@@ -64,4 +64,8 @@
# define ALWAYS_INLINE inline
#endif
+#ifdef PROEVALUATOR_FULL
+# define PROEVALUATOR_DEBUG
+#endif
+
#endif