summaryrefslogtreecommitdiffstats
path: root/qmake/library
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-06-12 16:27:10 +0200
commitda8504b2ac43086fd5343c5b410bf2bb64d845c9 (patch)
tree9d445c407a66f71169a67554bf57f72c00e577ec /qmake/library
parent52f28060d629c0fdf9c3e8350b0344a21afb4137 (diff)
add missing ifdefery
sync up implementation with qtcreator. Change-Id: I6a1578818512fa3b0773faf276a1d56881eb06d7 (cherry picked from qttools/582cbddc6ba1b74a7e4e07e0b5c23d47de6838cb) Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'qmake/library')
-rw-r--r--qmake/library/qmake_global.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qmake/library/qmake_global.h b/qmake/library/qmake_global.h
index 7e2247e8c6..acb95e7ab3 100644
--- a/qmake/library/qmake_global.h
+++ b/qmake/library/qmake_global.h
@@ -64,4 +64,8 @@
# define ALWAYS_INLINE inline
#endif
+#ifdef PROEVALUATOR_FULL
+# define PROEVALUATOR_DEBUG
+#endif
+
#endif