summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_p.h
diff options
context:
space:
mode:
authorAndy Shaw <qt-info@nokia.com>2010-06-23 05:44:10 (GMT)
committerAndy Shaw <qt-info@nokia.com>2010-06-23 05:44:10 (GMT)
commit1aee8f71da584525eea569690110ca2ed471c5ae (patch)
tree4598da75f1a9f24ccd7a3fa03d70b8c55bf64ea4 /src/opengl/qgl_p.h
parentfc48427e5f503b79e97e9607f1a281877817bc21 (diff)
downloadQt-1aee8f71da584525eea569690110ca2ed471c5ae.zip
Qt-1aee8f71da584525eea569690110ca2ed471c5ae.tar.gz
Qt-1aee8f71da584525eea569690110ca2ed471c5ae.tar.bz2
Ensure that compiling with the no debug/warning output defines works
The defines that can be used are QT_NO_DEBUG_OUTPUT and QT_NO_WARNING_OUTPUT in order to turn off qDebug and qWarning output. Reviewed-by: cduclos Reviewed-by: Markus Goetz
Diffstat (limited to 'src/opengl/qgl_p.h')
-rw-r--r--src/opengl/qgl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h
index 191131e..4facb65 100644
--- a/src/opengl/qgl_p.h
+++ b/src/opengl/qgl_p.h
@@ -114,7 +114,7 @@ QT_BEGIN_INCLUDE_NAMESPACE
QT_END_INCLUDE_NAMESPACE
# ifdef old_qDebug
# undef qDebug
-# define qDebug QT_QDEBUG_MACRO
+# define qDebug QT_NO_QDEBUG_MACRO
# undef old_qDebug
# endif
class QMacWindowChangeEvent;