Skip to content

Commit 24efb02

Browse files
committed
Merge pull request opencv#8332 from sovrasov:qt_no_dbg_output_in_release
2 parents e832870 + cd7f0a5 commit 24efb02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/highgui/src/window_QT.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242

4343
#include "precomp.hpp"
4444

45+
#ifndef _DEBUG
46+
#define QT_NO_DEBUG_OUTPUT
47+
#endif
48+
4549
#if defined( HAVE_QT_OPENGL )
4650
#include <QtOpenGL>
4751
#include <QGLWidget>

0 commit comments

Comments
 (0)