Commit 24efb02d authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #8332 from sovrasov:qt_no_dbg_output_in_release

parents e8328702 cd7f0a51
...@@ -42,6 +42,10 @@ ...@@ -42,6 +42,10 @@
#include "precomp.hpp" #include "precomp.hpp"
#ifndef _DEBUG
#define QT_NO_DEBUG_OUTPUT
#endif
#if defined( HAVE_QT_OPENGL ) #if defined( HAVE_QT_OPENGL )
#include <QtOpenGL> #include <QtOpenGL>
#include <QGLWidget> #include <QGLWidget>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment